X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=subsys%2Fsystem%2Fcmd%2Fpath.c;fp=subsys%2Fsystem%2Fcmd%2Fpath.c;h=0aff263d4ea887f46f81beba38d4f79ccd676c6c;hp=39e9309bd4575ae632058ee25dab0064d823c9b7;hb=7c0cf90e3b750f1f0dc83b2eec9e5c68a512c30f;hpb=ee8b63255465d8c28be3e7bd11628015708fc1ab diff --git a/subsys/system/cmd/path.c b/subsys/system/cmd/path.c index 39e9309..0aff263 100644 --- a/subsys/system/cmd/path.c +++ b/subsys/system/cmd/path.c @@ -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)