[BACK]Return to mansearch.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mansearch.c between version 1.68 and 1.69

version 1.68, 2016/08/05 23:08:03 version 1.69, 2017/03/03 13:11:21
Line 660  exprterm(const struct mansearch *search, int argc, cha
Line 660  exprterm(const struct mansearch *search, int argc, cha
          * If needed, request regular expression handling.           * If needed, request regular expression handling.
          */           */
   
           cs = 1;
         if (search->argmode == ARG_WORD) {          if (search->argmode == ARG_WORD) {
                 e->bits = TYPE_Nm;                  e->bits = TYPE_Nm;
                 e->match.type = DBM_REGEX;                  e->match.type = DBM_REGEX;

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

CVSweb