diff -r -u angband.orig/src/init2.c angband/src/init2.c --- angband.orig/src/init2.c Sun Feb 4 17:44:10 2001 +++ angband/src/init2.c Tue May 22 16:02:22 2001 @@ -386,7 +386,7 @@ message_flush(); /* Quit */ - quit(format("Error in '%s' file.", filename)); + quit_fmt("Error in '%s.txt' file.", filename); } @@ -470,7 +470,7 @@ my_fclose(fp); /* Errors */ - if (err) display_parse_error(format("%s.txt", filename), err, buf); + if (err) display_parse_error(filename, err, buf); /*** Dump the binary image file ***/