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:
parent
4299828211
commit
831344d353
@ -1005,6 +1005,7 @@ static int command(void)
|
|||||||
inpfname=duplicatestring(pathname);
|
inpfname=duplicatestring(pathname);
|
||||||
if (inpfname==NULL)
|
if (inpfname==NULL)
|
||||||
error(103); /* insufficient memory */
|
error(103); /* insufficient memory */
|
||||||
|
fline=0;
|
||||||
} /* if */
|
} /* if */
|
||||||
} /* if */
|
} /* if */
|
||||||
check_empty(lptr);
|
check_empty(lptr);
|
||||||
|
Loading…
Reference in New Issue
Block a user