*** empty log message ***

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@752 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-05-10 11:56:22 +00:00
parent 7cb2f88607
commit 07e88fd65f
1 changed files with 1 additions and 2 deletions

View File

@ -535,12 +535,11 @@ if ((conffile = get_path("")) == NULL) {
printf("%s",banner_text);
parse_cfgfiles();
#ifdef HAVE_GUI
if ( nogui )
{
#endif
parse_cfgfiles();
if (parse_command_line(conf, argc, argv, envp, &filename) < 0) exit(1);
// Many users forget to include command line in bugreports...