[BACK]Return to pattern.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / less

Diff for /src/usr.bin/less/pattern.c between version 1.4 and 1.5

version 1.4, 2014/05/23 19:49:15 version 1.5, 2014/05/28 11:39:15
Line 127 
Line 127 
         char *cvt_pattern;          char *cvt_pattern;
         int result;          int result;
   
         if (caseless != OPT_ONPLUS)          if (caseless != OPT_ONPLUS && (caseless != OPT_ON || !less_is_more))
                 cvt_pattern = pattern;                  cvt_pattern = pattern;
         else          else
         {          {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5