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

Diff for /src/usr.bin/less/edit.c between version 1.22 and 1.23

version 1.22, 2016/03/16 15:36:26 version 1.23, 2016/09/17 15:06:41
Line 58 
Line 58 
   
         tlist->string = skipsp(str);          tlist->string = skipsp(str);
         tlist->endstring = tlist->string + strlen(tlist->string);          tlist->endstring = tlist->string + strlen(tlist->string);
         for (s = str;  s < tlist->endstring;  s++) {          for (s = str; s < tlist->endstring; s++) {
                 if (meta_quoted) {                  if (meta_quoted) {
                         meta_quoted = 0;                          meta_quoted = 0;
                 } else if (esclen > 0 && s + esclen < tlist->endstring &&                  } else if (esclen > 0 && s + esclen < tlist->endstring &&

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23