From a5ae085357f5c80dac128c70674933c199577320 Mon Sep 17 00:00:00 2001 From: bostic Date: Sun, 2 Jan 1994 17:54:08 +0000 Subject: [PATCH] forgot to delete a TRACE call --- ex/ex_subst.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ex/ex_subst.c b/ex/ex_subst.c index 6250c7e5..62bcd2ac 100644 --- a/ex/ex_subst.c +++ b/ex/ex_subst.c @@ -6,7 +6,7 @@ */ #ifndef lint -static char sccsid[] = "$Id: ex_subst.c,v 8.30 1993/12/29 09:50:56 bostic Exp $ (Berkeley) $Date: 1993/12/29 09:50:56 $"; +static char sccsid[] = "$Id: ex_subst.c,v 8.31 1994/01/02 17:54:08 bostic Exp $ (Berkeley) $Date: 1994/01/02 17:54:08 $"; #endif /* not lint */ #include @@ -302,7 +302,6 @@ ex_subtilde(sp, ep, cmdp) #define NEEDSP(sp, len, pnt) { \ if (lbclen + (len) > lblen) { \ lblen += MAX(lbclen + (len), 256); \ -TRACE(sp, "lblen = %u\n", lblen); \ REALLOC(sp, lb, char *, lblen); \ if (lb == NULL) { \ lbclen = 0; \ -- 2.11.4.GIT