[Mplayer-cvslog] CVS: main/loader win32.c,1.49,1.50
Alex Beregszaszi
alex at mplayerhq.hu
Sun Apr 21 01:15:14 CEST 2002
Update of /cvsroot/mplayer/main/loader
In directory mail:/var/tmp.root/cvs-serv7518
Modified Files:
win32.c
Log Message:
1l
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- win32.c 20 Apr 2002 23:11:22 -0000 1.49
+++ win32.c 20 Apr 2002 23:15:12 -0000 1.50
@@ -190,8 +190,14 @@
#undef MPLAYER
#ifdef MPLAYER
#include "../mp_msg.h"
- if (verbose > 2)
+ if (verbose > 2)
+ {
+ va_list va;
+
+ va_start(va, fmt);
mp_dbg(MSGT_WIN32, MSGL_DBG3, fmt, va);
+ va_end(va);
+ }
#endif
}
More information about the MPlayer-cvslog
mailing list