- Fixed compilation with old gcc and clang.

This commit is contained in:
drfrag 2019-05-22 23:31:58 +02:00 committed by Rachael Alexanderson
commit afa644fe47
2 changed files with 4 additions and 4 deletions

View file

@ -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());
}
}