summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-29 21:42:51 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-29 21:42:51 +0000
commitc81e374ce12675ef68e7aa75ec759ac13fc4087d (patch)
treec01432eb913d402910ee4d2529b2b094baba8f20 /Gui
parent8d79536625db917ff8527f51d2b0827ceb06216b (diff)
downloadmpv-c81e374ce12675ef68e7aa75ec759ac13fc4087d.tar.bz2
mpv-c81e374ce12675ef68e7aa75ec759ac13fc4087d.tar.xz
1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10719 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/cfg.c b/Gui/cfg.c
index 829ee8ece0..27d1888c6d 100644
--- a/Gui/cfg.c
+++ b/Gui/cfg.c
@@ -285,7 +285,7 @@ int cfg_write( void )
fprintf( f,"%s = \"%s\"\n",gui_opts[i].name, v);
free(v);
} else if((int)v == -1)
- mp_msg(MSGT_GPLAYER,MSGL_WARN,"Unable to save the %s option\n");
+ mp_msg(MSGT_GPLAYER,MSGL_WARN,"Unable to save the '%s' option\n", gui_opts[i].name);
}
fclose( f );
}