update for HEAD-2003091401
[reactos.git] / subsys / system / cmd / internal.c
index 6f74ab5..44b0dc2 100644 (file)
@@ -187,7 +187,7 @@ INT cmd_chdir (LPTSTR cmd, LPTSTR param)
        dir=param;
        endofstring=dir+_tcslen(dir);
 
-       while ((lastquote = _tcsrchr(dir,'\"')))
+       while ((lastquote = _tcsrchr(dir, _T('\"'))))
        {
                endofstring--;
                memmove(lastquote,lastquote+1,endofstring-lastquote);