[Mplayer-cvslog] CVS: main/loader win32.c,1.46,1.47
Arpi of Ize
arpi at mplayer.dev.hu
Wed Feb 6 00:50:43 CET 2002
Update of /cvsroot/mplayer/main/loader
In directory mplayer:/var/tmp.root/cvs-serv16705
Modified Files:
win32.c
Log Message:
bad debug printf caused sig11 with divx audio
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- win32.c 27 Jan 2002 17:17:58 -0000 1.46
+++ win32.c 5 Feb 2002 23:50:40 -0000 1.47
@@ -1931,7 +1931,8 @@
HRSRC result;
result=FindResourceA(module, name, type);
- dbgprintf("FindResourceA(module 0x%x, name 0x%x(%s), type 0x%x(%s)) => 0x%x\n", module, HIWORD(name) ? name : "UNICODE", HIWORD(type) ? type : "UNICODE", result);
+ dbgprintf("FindResourceA(module 0x%x, name 0x%x(%s), type 0x%x(%s)) => 0x%x\n",
+ module, name, HIWORD(name) ? name : "UNICODE", type, HIWORD(type) ? type : "UNICODE", result);
return result;
}
More information about the MPlayer-cvslog
mailing list