summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 11:56:22 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 11:56:22 +0000
commit07e88fd65fc3b452dc9ac03ee9701adcef2f257d (patch)
tree5d3ed18daa95086cbd0f704d44665ea41f16cea4 /mplayer.c
parent7cb2f88607229ee48efdbb1ae78b4ad39457d4e9 (diff)
downloadmpv-07e88fd65fc3b452dc9ac03ee9701adcef2f257d.tar.bz2
mpv-07e88fd65fc3b452dc9ac03ee9701adcef2f257d.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@752 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 25ec0cb583..d224594af9 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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...