ChangeSet ID: 20018
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/06 09:04:25
Modified files:
dlls/msi : msi.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Be sure to null terminate the string in MsiGetProductInfoA after the
W->A conversion using MsiGetProductInfoW if there is space.
Patch: http://cvs.winehq.org/patch.py?id=20018
Old revision New revision Changes Path
1.98 1.99 +5 -0 wine/dlls/msi/msi.c
ChangeSet ID: 20014
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/06 06:42:13
Modified files:
dlls/comctl32 : comctl32undoc.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Reading the MRUlist using the W functions we need to divide the size
by sizeof(WCHAR) to get the count of characters.
Patch: http://cvs.winehq.org/patch.py?id=20014
Old revision New revision Changes Path
1.102 1.103 +2 -0 wine/dlls/comctl32/comctl32undoc.c