mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
Last change stop CD from working. That's fixed now.
svn path=/trunk/; revision=1893
This commit is contained in:
parent
96a0d04b3b
commit
a975142a8d
1 changed files with 2 additions and 1 deletions
|
@ -256,7 +256,8 @@ INT cmd_chdir (LPTSTR cmd, LPTSTR param)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (towupper(dir[0])!=lpOldPath[0])
|
GetCurrentDirectory(MAX_PATH, dir);
|
||||||
|
if (dir[0]!=lpOldPath[0])
|
||||||
{
|
{
|
||||||
SetCurrentDirectory(lpOldPath);
|
SetCurrentDirectory(lpOldPath);
|
||||||
free(lpOldPath);
|
free(lpOldPath);
|
||||||
|
|
Loading…
Reference in a new issue