18 Feb
2005
18 Feb
'05
12:51 p.m.
ChangeSet ID: 16165 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2005/02/18 06:51:00 Modified files: dlls/msvcrt : dir.c Log message: Gunnar Dalsnes <hardon(a)online.no> When getting current directory on a drive different from the working drive, _getdcwd incorrectly passed "X:\" (X = any drive) as path to GetFullPathName. "X:" (without the backslash) is the correct thing to use. Patch: http://cvs.winehq.org/patch.py?id=16165 Old revision New revision Changes Path 1.30 1.31 +1 -1 wine/dlls/msvcrt/dir.c