This commit is contained in:
James McCoy 2019-06-22 22:39:19 -04:00
parent 280938d932
commit 6cb4460207
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB

View File

@ -1260,9 +1260,10 @@ openscript (
return;
}
if (ignore_script)
/* Not reading from script, also don't open one. Warning message? */
if (ignore_script) {
// Not reading from script, also don't open one. Warning message?
return;
}
if (scriptin[curscript] != NULL) /* already reading script */
++curscript;