Escape a "?" character to prevent "??)" to be interpreted as trigraph and thus becoming "]".

svn-id: r50399
This commit is contained in:
Johannes Schickel 2010-06-27 21:04:47 +00:00
parent 2843feeb9a
commit 819dc92802

View File

@ -3237,7 +3237,7 @@ void Console::printBasicVarInfo(reg_t variable) {
DebugPrintf(" (list)");
break;
default:
DebugPrintf(" (???)");
DebugPrintf(" (??\?)");
}
}