Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-12-03 23:41:13 -05:00
5 changed files with 215 additions and 63 deletions
+1 -1
View File
@@ -538,7 +538,7 @@ stdio_raw_print(str)
const char *str;
{
if (str)
fprintf(stdout, "%s\n", str);
fprintf(stdout, "%s", str);
return;
}