plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 834469a3a42bdad234267fc3a7d380e9396b0871
parent 70723aae3c508956008f10d0e98a5bb0604c4975
Author: rsc <devnull@localhost>
Date:   Tue,  4 Jan 2005 22:19:46 +0000

fix error message

Diffstat:
Msrc/libString/s_rdinstack.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libString/s_rdinstack.c b/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')