From e3b22191b128dd84d185bc6ea977462a9726913b Mon Sep 17 00:00:00 2001 From: skimo Date: Sat, 17 Mar 2001 22:42:27 +0000 Subject: [PATCH] initialize "space" --- ex/ex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ex/ex.c b/ex/ex.c index 9ba01eb1..935f34be 100644 --- a/ex/ex.c +++ b/ex/ex.c @@ -10,7 +10,7 @@ #include "config.h" #ifndef lint -static const char sccsid[] = "$Id: ex.c,v 10.68 2000/07/16 20:49:30 skimo Exp $ (Berkeley) $Date: 2000/07/16 20:49:30 $"; +static const char sccsid[] = "$Id: ex.c,v 10.69 2001/03/17 22:42:27 skimo Exp $ (Berkeley) $Date: 2001/03/17 22:42:27 $"; #endif /* not lint */ #include @@ -124,7 +124,7 @@ ex(spp) */ tp = sp->tiq.cqh_first; if (tp->len == 0) { - static CHAR_T space; + static CHAR_T space = ' '; wp->excmd.cp = &space; /* __TK__ why not |? */ wp->excmd.clen = 1; } else { -- 2.11.4.GIT