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

Diff for /src/usr.bin/tmux/status.c between version 1.195 and 1.196

version 1.195, 2019/04/25 19:36:59 version 1.196, 2019/04/26 11:38:51
Line 1323 
Line 1323 
                 while (a != NULL) {                  while (a != NULL) {
                         value = options_array_item_value(a)->string;                          value = options_array_item_value(a)->string;
                         if ((cp = strchr(value, '=')) == NULL)                          if ((cp = strchr(value, '=')) == NULL)
                             goto next;                                  goto next;
                         valuelen = cp - value;                          valuelen = cp - value;
                         if (slen > valuelen || strncmp(value, s, slen) != 0)                          if (slen > valuelen || strncmp(value, s, slen) != 0)
                                 goto next;                                  goto next;

Legend:
Removed from v.1.195  
changed lines
  Added in v.1.196