more stupidity

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12375 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-05-01 18:25:24 +00:00
parent d308e43f45
commit 167336d2df
1 changed files with 1 additions and 1 deletions

View File

@ -2666,7 +2666,7 @@ static int WINAPI expGetWindowThreadProcessId(HWND win, int *pid_data)
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;
}