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

Diff for /src/usr.bin/tmux/window.c between version 1.124 and 1.125

version 1.124, 2015/04/25 18:33:59 version 1.125, 2015/04/25 18:49:01
Line 256 
Line 256 
 }  }
   
 struct window *  struct window *
 window_find_by_id_str(const char* s)  window_find_by_id_str(const char *s)
 {  {
         const char      *errstr;          const char      *errstr;
         u_int            id;          u_int            id;

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125