mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
DEVTOOLS: Print error message to stderr, not stdout.
This commit is contained in:
parent
b520b5db69
commit
4ed136a6c1
@ -358,7 +358,7 @@ char *stripLine(char *const line) {
|
||||
case '\\': c = '\\'; break;
|
||||
default:
|
||||
// Just skip
|
||||
fprintf(stdout, "Unsupported special character \"\\%c\" in string. Please contact ScummVM developers.\n", c);
|
||||
fprintf(stderr, "Unsupported special character \"\\%c\" in string. Please contact ScummVM developers.\n", c);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user