branch update for HEAD-2003091401
[reactos.git] / subsys / system / cmd / path.c
index 39e9309..0aff263 100644 (file)
@@ -61,7 +61,7 @@ INT cmd_path (LPTSTR cmd, LPTSTR param)
                dwBuffer = GetEnvironmentVariable (_T("PATH"), pszBuffer, ENV_BUFFER_SIZE);
                if (dwBuffer == 0)
                {
-                       ConErrPrintf ("CMD: Not in environment \"PATH\"\n");
+                       ConErrPrintf (_T("CMD: Not in environment \"PATH\"\n"));
                        return 0;
                }
                else if (dwBuffer > ENV_BUFFER_SIZE)