From: adam Date: Thu, 28 Mar 2013 11:11:55 +0000 (+0700) Subject: minors X-Git-Tag: v1.2.12~379^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9c51a4247a9aed75ff739f812bfca239f84da09;p=platform%2Fupstream%2Fejdb.git minors --- 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'; }