summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ncal/ncal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ncal/ncal.c b/usr.bin/ncal/ncal.c
index 5a5cbc3..25bc76f 100644
--- a/usr.bin/ncal/ncal.c
+++ b/usr.bin/ncal/ncal.c
@@ -1110,7 +1110,8 @@ highlight(char *dst, char *src, int len, int *extralen)
static const char *term_so, *term_se;
if (first) {
- char tbuf[1024], cbuf[512], *b;
+ static char cbuf[512];
+ char tbuf[1024], *b;
term_se = term_so = NULL;
OpenPOWER on IntegriCloud