[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.21 and 1.22

version 1.21, 2012/12/13 15:36:16 version 1.22, 2013/03/21 16:54:37
Line 131 
Line 131 
                 buf = copy;                  buf = copy;
                 while (isspace((u_char)*buf))                  while (isspace((u_char)*buf))
                         buf++;                          buf++;
                 if (*buf == '\0')                  if (*buf == '\0') {
                           free(copy);
                         continue;                          continue;
                   }
   
                 if (cmd_string_parse(buf, &cmdlist, &cause) != 0) {                  if (cmd_string_parse(buf, &cmdlist, &cause) != 0) {
                         free(copy);                          free(copy);

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