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

Diff for /src/usr.bin/tmux/cmd-find.c between version 1.12 and 1.13

version 1.12, 2015/08/13 15:02:23 version 1.13, 2015/09/14 13:22:02
Line 562 
Line 562 
                 return (0);                  return (0);
         }          }
   
   
         /* Stop now if exact only. */          /* Stop now if exact only. */
         if (exact)          if (exact)
                 return (-1);                  return (-1);

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13