[Mplayer-cvslog] CVS: main/Gui cfg.c,1.38,1.39

Alex Beregszaszi alex at mplayerhq.hu
Fri Aug 29 23:39:21 CEST 2003


Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv22082

Modified Files:
	cfg.c 
Log Message:
1000l

Index: cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/cfg.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- cfg.c	13 Aug 2003 16:29:25 -0000	1.38
+++ cfg.c	29 Aug 2003 21:38:44 -0000	1.39
@@ -285,7 +285,7 @@
 	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 );
   }



More information about the MPlayer-cvslog mailing list