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

Diff for /src/usr.bin/less/option.c between version 1.11 and 1.12

version 1.11, 2015/11/06 15:50:33 version 1.12, 2015/11/07 18:07:44
Line 151 
Line 151 
                         if (s == NULL)                          if (s == NULL)
                                 return;                                  return;
                         if (*str == '+')                          if (*str == '+')
                                 every_first_cmd = save(str+1);                                  every_first_cmd = estrdup(str+1);
                         else                          else
                                 ungetsc(str);                                  ungetsc(str);
                         free(str);                          free(str);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12