[Mplayer-cvslog] CVS: main/loader win32.c,1.88,1.89
Richard Felker CVS
syncmail at mplayerhq.hu
Sat May 1 20:25:26 CEST 2004
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main/loader
In directory mail:/var2/tmp/cvs-serv12579/loader
Modified Files:
win32.c
Log Message:
more stupidity
Index: win32.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/win32.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- win32.c 23 Apr 2004 11:50:23 -0000 1.88
+++ win32.c 1 May 2004 18:25:24 -0000 1.89
@@ -2666,7 +2666,7 @@
dbgprintf("GetWindowThreadProcessId(0x%x, 0x%x) => %d\n",
win, pid_data, tid);
if (pid_data)
- (int)*pid_data = tid;
+ *(int*)pid_data = tid;
return tid;
}
More information about the MPlayer-cvslog
mailing list