commit 834469a3a42bdad234267fc3a7d380e9396b0871 from: rsc date: Tue Jan 04 22:19:46 2005 UTC fix error message commit - 70723aae3c508956008f10d0e98a5bb0604c4975 commit + 834469a3a42bdad234267fc3a7d380e9396b0871 blob - de12d2193d2925d05d90db1e61a6d7dbdbb25728 blob + 520f16a68749966fb3490d9f6bd8e51da1b2fefb --- src/libString/s_rdinstack.c +++ src/libString/s_rdinstack.c @@ -115,7 +115,7 @@ s_rdinstack(Sinstack *sp, String *to) /* sanity (and looping) */ if(sp->depth >= nelem(sp->fp)) - sysfatal("s_recgetline: includes too deep"); + sysfatal("s_rdinstack: includes too deep"); /* skip white */ while(*p == ' ' || *p == '\t')