This commit is contained in:
jl777
2019-02-02 04:56:02 -11:00
parent e838265e56
commit 007271afc0

View File

@@ -168,13 +168,12 @@ bool
restore(struct rogue_state *rs,char *file, char **envp) restore(struct rogue_state *rs,char *file, char **envp)
{ {
FILE *inf; FILE *inf;
int syml; int syml,lines, cols;
extern char **environ; extern char **environ;
//auto //auto
char buf[MAXSTR]; char buf[MAXSTR];
//auto //auto
STAT sbuf2; STAT sbuf2;
int lines, cols;
if (strcmp(file, "-r") == 0) if (strcmp(file, "-r") == 0)
file = file_name; file = file_name;