mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Escape a "?" character to prevent "??)" to be interpreted as trigraph and thus becoming "]".
svn-id: r50399
This commit is contained in:
parent
2843feeb9a
commit
819dc92802
@ -3237,7 +3237,7 @@ void Console::printBasicVarInfo(reg_t variable) {
|
||||
DebugPrintf(" (list)");
|
||||
break;
|
||||
default:
|
||||
DebugPrintf(" (???)");
|
||||
DebugPrintf(" (??\?)");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user