anticipate the upcoming 23 oct 2015 patch

This commit is contained in:
Axel Kohlmeyer
2015-10-22 19:52:03 -04:00
parent d75b4730d9
commit 09187ebabd
78 changed files with 584 additions and 1534 deletions

View File

@ -109,6 +109,7 @@ void Info::command(int narg, char **arg)
idx += 2;
} else if ((idx+1 < narg) && (strncmp(arg[idx],"out",3) == 0)
&& (strncmp(arg[idx+1],"log",3) == 0)) {
if ((out != screen) && (out != logfile)) fclose(out);
out = logfile;
idx += 2;
} else if ((idx+2 < narg) && (strncmp(arg[idx],"out",3) == 0)