[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.33 and 1.34

version 1.33, 2014/10/27 22:23:47 version 1.34, 2015/04/19 21:34:21
Line 75 
Line 75 
   
                 if (cmdlist == NULL)                  if (cmdlist == NULL)
                         continue;                          continue;
                 cmdq_append(cmdq, cmdlist);                  cmdq_append(cmdq, cmdlist, NULL);
                 cmd_list_free(cmdlist);                  cmd_list_free(cmdlist);
                 found++;                  found++;
         }          }

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34