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

Diff for /src/usr.bin/tmux/format.c between version 1.161 and 1.162

version 1.161, 2018/08/26 09:28:42 version 1.162, 2018/08/27 11:03:34
Line 1086 
Line 1086 
                                 found = xstrdup("");                                  found = xstrdup("");
                         }                          }
                 }                  }
                 if (format_choose(ptr + 1, &left, &right) != 0)                  if (format_choose(ptr + 1, &left, &right) != 0) {
                           free(found);
                         goto fail;                          goto fail;
                   }
   
                 if (format_true(found))                  if (format_true(found))
                         value = format_expand(ft, left);                          value = format_expand(ft, left);

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162