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

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

version 1.22, 2015/11/07 18:07:44 version 1.23, 2015/11/09 14:25:32
Line 198 
Line 198 
                  */                   */
                 while (*cbuf == '+' || *cbuf == ' ')                  while (*cbuf == '+' || *cbuf == ' ')
                         cbuf++;                          cbuf++;
                 if (every_first_cmd != NULL)                  free(every_first_cmd);
                         free(every_first_cmd);  
                 if (*cbuf == '\0')                  if (*cbuf == '\0')
                         every_first_cmd = NULL;                          every_first_cmd = NULL;
                 else                  else

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