ChangeSet ID: 10027455590590504133142531
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/10 16:25:59
Modified files:
dlls/shell32 : shell32_main.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Allocate the array and strings in one lump (bug found by Malte
Starostik).
Same thing for the lpCmdline="" case.
There is no NULL pointer at the end of the argv list.
Patch: http://cvs.winehq.com/patch.py?id=10027455590590504133142531
Revision Changes Path
1.86 +25 -22 wine/dlls/shell32/shell32_main.c
ChangeSet ID: 1002745504615104933734983
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/10/10 16:25:04
Modified files:
objects : text.c
Log message:
Huw D M Davies <hdavies(a)codeweavers.com>
GetTextCharsetInfo should return the charset that the driver is
actually using, rather than that specified in the LOGFONT.
Patch: http://cvs.winehq.com/patch.py?id=1002745504615104933734983
Revision Changes Path
1.40 +12 -14 wine/objects/text.c