- GCC compile fix.

This commit is contained in:
Christoph Oelckers 2014-05-14 15:44:05 +02:00
parent 2944e4f6ae
commit adcdc11360
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ static int DoomSpecificInfo (char *buffer, char *end)
}
else
{
p += snprintf (buffer+p, size-p, "\n\nCurrent map: %s", level.MapName);
p += snprintf (buffer+p, size-p, "\n\nCurrent map: %s", level.MapName.GetChars());
if (!viewactive)
{