ChangeSet ID: 7236
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/12 15:30:45
Modified files:
server : named_pipe.c
Log message:
Removed direct references to the file descriptor, use the new fd
functions instead so that get_fd works properly.
Patch: http://cvs.winehq.com/patch.py?id=7236
Old revision New revision Changes Path
1.17 1.18 +7 -7 wine/server/named_pipe.c
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