From 69acac38c90559eb2138d3fd7cd852ff73a77fdd Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Sun, 31 Jan 2016 15:19:56 -0800 Subject: 37859: NULL-terminate cond_binary_ops static array. --- Src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src') diff --git a/Src/text.c b/Src/text.c index 04acd2aac..cf6d3eb42 100644 --- a/Src/text.c +++ b/Src/text.c @@ -47,7 +47,7 @@ int text_expand_tabs; */ static const char *cond_binary_ops[] = { "=", "!=", "<", ">", "-nt", "-ot", "-ef", "-eq", - "-ne", "-lt", "-gt", "-le", "-ge", "=~" + "-ne", "-lt", "-gt", "-le", "-ge", "=~", NULL }; static char *tptr, *tbuf, *tlim, *tpending; -- cgit 1.4.1