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

Diff for /src/usr.bin/tmux/window-tree.c between version 1.45 and 1.46

version 1.45, 2020/03/20 17:26:14 version 1.46, 2020/04/09 15:35:27
Line 833 
Line 833 
                         return (0);                          return (0);
                 retval = (strstr(cmd, ss) != NULL);                  retval = (strstr(cmd, ss) != NULL);
                 free(cmd);                  free(cmd);
                 return retval;                  return (retval);
         }          }
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46