Bug 153146 makecopy.exe's error output is foobared

r=cls
This commit is contained in:
timeless%mac.com 2002-06-20 22:38:40 +00:00
parent b81e7cc522
commit db4fde8ced
2 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ int ReportError()
int ReportError(const char* msg)
{
fprintf(stderr, "%Error: s\n", msg);
fprintf(stderr, "Error: %s\n", msg);
return ReportError();
}

Binary file not shown.