Advanced Rogue 5: remove an unneeded fstat() call.

The results of the call are no longer used to check for savefile
copying.
This commit is contained in:
John "Elwin" Edwards 2015-08-11 16:19:04 -04:00
parent 9ad85754bd
commit b41fb230b0

View file

@ -134,7 +134,6 @@ register FILE *savef;
fwrite("junk", 1, 5, savef);
fseek(savef, 0L, 0);
/* _endwin = TRUE; */
fstat(fileno(savef), &sbuf);
encwrite(version,strlen(version)+1,savef);
sprintf(prbuf,"%d x %d\n", LINES, COLS);