diff --git a/src/g_game.c b/src/g_game.c index efc4c62c..f46569a9 100644 --- a/src/g_game.c +++ b/src/g_game.c @@ -1895,7 +1895,7 @@ static void G_DoPlayDemo(void) } // [FG] report compatibility mode - I_Printf(VB_INFO, "G_DoPlayDemo: %s (%s)", basename, W_WadNameForLump(lumpnum)); + I_Printf(VB_INFO, "G_DoPlayDemo: %.8s (%s)", basename, W_WadNameForLump(lumpnum)); } #define VERSIONSIZE 16