From c81e374ce12675ef68e7aa75ec759ac13fc4087d Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 29 Aug 2003 21:42:51 +0000 Subject: 1000l git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10719 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/cfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gui') 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 ); } -- cgit v1.2.3