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

Diff for /src/usr.bin/tmux/Attic/cmd-select-prompt.c between version 1.5 and 1.6

version 1.5, 2009/07/26 12:58:44 version 1.6, 2009/08/13 23:44:18
Line 66 
Line 66 
         char             msg[128];          char             msg[128];
         u_int            idx;          u_int            idx;
   
         if (s == NULL)          if (s == NULL || *s == '\0')
                 return (0);                  return (0);
   
         idx = strtonum(s, 0, UINT_MAX, &errstr);          idx = strtonum(s, 0, UINT_MAX, &errstr);

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6