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

Diff for /src/usr.bin/tmux/cfg.c between version 1.52 and 1.53

version 1.52, 2017/01/09 21:28:56 version 1.53, 2017/01/15 22:00:56
Line 141 
Line 141 
                 if (condition == -1)                  if (condition == -1)
                         continue;                          continue;
   
                 if (cmd_string_parse(p, &cmdlist, path, line, &cause1) != 0) {                  cmdlist = cmd_string_parse(p, path, line, &cause1);
                   if (cmdlist == NULL) {
                         free(buf);                          free(buf);
                         if (cause1 == NULL)                          if (cause1 == NULL)
                                 continue;                                  continue;

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53