CVS: main/loader win32.c,1.49,1.50
20 Apr
2002
20 Apr
'02
7:15 p.m.
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 }
8606
Age (days ago)
8606
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alex Beregszaszi