ChangeSet ID: 20171 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/12 17:07:54
Modified files: programs/winemenubuilder: winemenubuilder.c dlls/x11drv : xim.c dlls/winsock : socket.c dlls/winmm : winmm.c message16.c dlls/shlwapi : string.c reg.c dlls/setupapi : parser.c dlls/secur32 : thunks.c dlls/riched20 : style.c reader.c dlls/oleaut32/tests: vartype.c vartest.c dlls/gdi : freetype.c dlls/dsound : propset.c dlls/dinput : effect_linuxinput.c dlls/dbghelp : minidump.c dlls/comctl32 : treeview.c toolbar.c propsheet.c comctl32undoc.c
Log message: Marcus Meissner marcus@jet.franken.de The last argument to MultiByteToWideChar is wide character count and not the buffer size in bytes. Fixed all places where it was wrong.
Patch: http://cvs.winehq.org/patch.py?id=20171
Old revision New revision Changes Path 1.33 1.34 +1 -1 wine/programs/winemenubuilder/winemenubuilder.c 1.7 1.8 +1 -1 wine/dlls/x11drv/xim.c 1.190 1.191 +1 -1 wine/dlls/winsock/socket.c 1.56 1.57 +1 -1 wine/dlls/winmm/winmm.c 1.16 1.17 +1 -1 wine/dlls/winmm/message16.c 1.56 1.57 +1 -1 wine/dlls/shlwapi/string.c 1.62 1.63 +1 -1 wine/dlls/shlwapi/reg.c 1.19 1.20 +1 -2 wine/dlls/setupapi/parser.c 1.1 1.2 +1 -1 wine/dlls/secur32/thunks.c 1.7 1.8 +1 -1 wine/dlls/riched20/style.c 1.16 1.17 +1 -1 wine/dlls/riched20/reader.c 1.31 1.32 +2 -2 wine/dlls/oleaut32/tests/vartype.c 1.45 1.46 +1 -1 wine/dlls/oleaut32/tests/vartest.c 1.98 1.99 +2 -2 wine/dlls/gdi/freetype.c 1.43 1.44 +4 -4 wine/dlls/dsound/propset.c 1.3 1.4 +1 -1 wine/dlls/dinput/effect_linuxinput.c 1.4 1.5 +1 -1 wine/dlls/dbghelp/minidump.c 1.174 1.175 +4 -4 wine/dlls/comctl32/treeview.c 1.224 1.225 +6 -5 wine/dlls/comctl32/toolbar.c 1.135 1.136 +1 -1 wine/dlls/comctl32/propsheet.c 1.103 1.104 +1 -1 wine/dlls/comctl32/comctl32undoc.c