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

Diff for /src/usr.bin/tmux/cmd.c between version 1.143 and 1.144

version 1.143, 2019/04/23 20:36:55 version 1.144, 2019/04/25 19:36:59
Line 335 
Line 335 
         a = options_array_first(o);          a = options_array_first(o);
         while (a != NULL) {          while (a != NULL) {
                 ov = options_array_item_value(a);                  ov = options_array_item_value(a);
                 if (ov == NULL) {  
                         a = options_array_next(a);  
                         continue;  
                 }  
                 cp = strchr(ov->string, '=');                  cp = strchr(ov->string, '=');
                 if (cp != NULL &&                  if (cp != NULL &&
                     (size_t)(cp - ov->string) == wanted &&                      (size_t)(cp - ov->string) == wanted &&

Legend:
Removed from v.1.143  
changed lines
  Added in v.1.144