fix error message
This commit is contained in:
parent
70723aae3c
commit
834469a3a4
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ s_rdinstack(Sinstack *sp, String *to)
|
||||||
|
|
||||||
/* sanity (and looping) */
|
/* sanity (and looping) */
|
||||||
if(sp->depth >= nelem(sp->fp))
|
if(sp->depth >= nelem(sp->fp))
|
||||||
sysfatal("s_recgetline: includes too deep");
|
sysfatal("s_rdinstack: includes too deep");
|
||||||
|
|
||||||
/* skip white */
|
/* skip white */
|
||||||
while(*p == ' ' || *p == '\t')
|
while(*p == ' ' || *p == '\t')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue