Fix #file directive not adding files to debug info
This commit is contained in:
parent
5cf3b0977b
commit
e04192699c
@ -1015,6 +1015,7 @@ static int command(void)
|
||||
inpfname=duplicatestring(pathname);
|
||||
if (inpfname==NULL)
|
||||
error(103); /* insufficient memory */
|
||||
insert_dbgfile(inpfname);
|
||||
} /* if */
|
||||
} /* if */
|
||||
check_empty(lptr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user