mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 02:48:48 +00:00
Bug 153146 makecopy.exe's error output is foobared
r=cls
This commit is contained in:
parent
b81e7cc522
commit
db4fde8ced
@ -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.
Loading…
x
Reference in New Issue
Block a user