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:
parent
9ad85754bd
commit
b41fb230b0
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue