ChangeSet ID: 7235
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/12 15:29:20
Modified files:
dlls/shlwapi : string.c
Log message:
Sergei Turchanov <plumber(a)print.vlad.ru>
- _SHStrDupAA forgot about terminating '\0'.
- SHStrDupA adds extra terminator which is not needed as the length
returned by MultiByteToWideChar(,,-1,,) already includes it.
Patch: http://cvs.winehq.com/patch.py?id=7235
Old revision New revision Changes Path
1.30 1.31 +2 -2 wine/dlls/shlwapi/string.c