When getting current directory on a drive different from the working
authorGunnar Dalsnes <hardon@online.no>
Fri, 18 Feb 2005 12:51:00 +0000 (12:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 18 Feb 2005 12:51:00 +0000 (12:51 +0000)
commit1b7e73633495ee2ba30940364a02e6d16d1dc755
treecd698598464a6390e28c23f08be2926102b70301
parent926a86323d0a785580b01b5449f8336c7962cf67
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.
dlls/msvcrt/dir.c