fixed a bug where line numbers were not reset

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40414
This commit is contained in:
David Anderson 2007-01-29 19:34:28 +00:00
parent 4299828211
commit 831344d353

View File

@ -1005,6 +1005,7 @@ static int command(void)
inpfname=duplicatestring(pathname);
if (inpfname==NULL)
error(103); /* insufficient memory */
fline=0;
} /* if */
} /* if */
check_empty(lptr);