From 8c6f0e8ab423f508fc0ce0532c1006b13fc35089 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 5 Mar 2004 05:58:48 +0000 Subject: Small bug fixes. --- src/libframe/frbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libframe') diff --git a/src/libframe/frbox.c b/src/libframe/frbox.c index beb37c16..eddb4fba 100644 --- a/src/libframe/frbox.c +++ b/src/libframe/frbox.c @@ -116,7 +116,7 @@ void chopbox(Frame *f, Frbox *b, int n) /* drop first n chars; no allocation done */ { char *p; - + if(b->nrune<0 || b->nrunedisplay, "chopbox"); p = (char*)runeindex(b->ptr, n); -- cgit v1.2.3