diff mplayer.c @ 751:1417d8a4a96c

*** empty log message ***
author pontscho
date Thu, 10 May 2001 11:56:22 +0000
parents ebc90219f934
children 5a92a5601666
line wrap: on
line diff
--- a/mplayer.c	Thu May 10 11:38:57 2001 +0000
+++ b/mplayer.c	Thu May 10 11:56:22 2001 +0000
@@ -535,12 +535,11 @@
 
   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...