mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
Last change stop CD from working. That's fixed now.
svn path=/trunk/; revision=1893
This commit is contained in:
@@ -256,7 +256,8 @@ INT cmd_chdir (LPTSTR cmd, LPTSTR param)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (towupper(dir[0])!=lpOldPath[0])
|
||||
GetCurrentDirectory(MAX_PATH, dir);
|
||||
if (dir[0]!=lpOldPath[0])
|
||||
{
|
||||
SetCurrentDirectory(lpOldPath);
|
||||
free(lpOldPath);
|
||||
|
||||
Reference in New Issue
Block a user