ChangeSet ID: 20124 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/12 05:30:06
Modified files: dlls/x11drv : xim.c clipboard.c dlls/user : cursoricon.c dlls/ole32 : ole2.c dlls/ntdll : cdrom.c dlls/msrle32 : msrle32.c dlls/kernel : except.c change.c dlls/iphlpapi : iphlpapi_main.c dlls/imm32 : imm.c dlls/gdi : printdrv.c dlls/dsound/tests: dsound8.c dsound.c ds3d8.c ds3d.c dlls/dsound : duplex.c buffer.c dlls/dinput : mouse.c keyboard.c joystick_linuxinput.c joystick_linux.c dinput_main.c device.c
Log message: Fixed some traces to use the right printf format and avoid typecasts.
Patch: http://cvs.winehq.org/patch.py?id=20124
Old revision New revision Changes Path 1.6 1.7 +6 -6 wine/dlls/x11drv/xim.c 1.47 1.48 +7 -7 wine/dlls/x11drv/clipboard.c 1.16 1.17 +2 -2 wine/dlls/user/cursoricon.c 1.73 1.74 +2 -2 wine/dlls/ole32/ole2.c 1.70 1.71 +3 -3 wine/dlls/ntdll/cdrom.c 1.13 1.14 +1 -2 wine/dlls/msrle32/msrle32.c 1.12 1.13 +2 -2 wine/dlls/kernel/except.c 1.9 1.10 +1 -1 wine/dlls/kernel/change.c 1.19 1.20 +12 -12 wine/dlls/iphlpapi/iphlpapi_main.c 1.41 1.42 +1 -1 wine/dlls/imm32/imm.c 1.45 1.46 +1 -1 wine/dlls/gdi/printdrv.c 1.25 1.26 +5 -5 wine/dlls/dsound/tests/dsound8.c 1.55 1.56 +4 -5 wine/dlls/dsound/tests/dsound.c 1.20 1.21 +6 -8 wine/dlls/dsound/tests/ds3d8.c 1.28 1.29 +8 -8 wine/dlls/dsound/tests/ds3d.c 1.2 1.3 +4 -4 wine/dlls/dsound/duplex.c 1.52 1.53 +2 -2 wine/dlls/dsound/buffer.c 1.27 1.28 +6 -6 wine/dlls/dinput/mouse.c 1.20 1.21 +5 -5 wine/dlls/dinput/keyboard.c 1.31 1.32 +5 -5 wine/dlls/dinput/joystick_linuxinput.c 1.33 1.34 +5 -5 wine/dlls/dinput/joystick_linux.c 1.58 1.59 +4 -4 wine/dlls/dinput/dinput_main.c 1.29 1.30 +2 -2 wine/dlls/dinput/device.c