- Fixed compilation with old gcc and clang.
This commit is contained in:
parent
a27990885e
commit
afa644fe47
2 changed files with 4 additions and 4 deletions
|
|
@ -610,7 +610,7 @@ static void HandleReply(player_t *player, bool isconsole, int nodenum, int reply
|
|||
if (nextname.IsEmpty())
|
||||
Printf ("Next node %u is invalid, no such dialog page\n", next);
|
||||
else
|
||||
Printf ("Next node %u ('%s') is invalid, no such dialog page\n", next, nextname);
|
||||
Printf ("Next node %u ('%s') is invalid, no such dialog page\n", next, nextname.GetChars());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue