From a9c51a4247a9aed75ff739f812bfca239f84da09 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 28 Mar 2013 18:11:55 +0700 Subject: [PATCH] minors --- tcejdb/tcutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcejdb/tcutil.c b/tcejdb/tcutil.c index e638daa..5f1bc2b 100644 --- a/tcejdb/tcutil.c +++ b/tcejdb/tcutil.c @@ -6513,7 +6513,7 @@ TCLIST *tcstrkwic(const char *str, const TCLIST *words, int width, int opts){ TCMALLOC(tbuf, ti * 5 + 1); int wi = 0; wi += tcstrutfkwicputtext(oary, nary, 0, ti, nanum, tbuf + wi, uwords, opts); - if(!(opts & TCKWNOOVER) && opts & TCKWMUTAB){ + if(!(opts & TCKWNOOVER) && (opts & TCKWMUTAB)){ tbuf[wi++] = '\t'; tbuf[wi++] = '\t'; } -- 2.7.4