pray-tell where are you trying to write?
This commit is contained in:
parent
e7d77274fb
commit
e123ae1b57
|
@ -325,7 +325,7 @@ main(int argc, char *argv[])
|
|||
if (!experimenting) {
|
||||
if ((savfil = fopen(savefilename,"w")) == NULL) {
|
||||
resetty();
|
||||
printf("Can't open savefile\r\n");
|
||||
printf("Can't open savefile `%s'\r\n", savefilename);
|
||||
finalize(1);
|
||||
}
|
||||
fprintf(savfil,
|
||||
|
|
Loading…
Reference in New Issue