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

Diff for /src/usr.bin/tmux/tmux.c between version 1.37 and 1.38

version 1.37, 2009/09/01 09:00:54 version 1.38, 2009/09/01 09:11:05
Line 214 
Line 214 
                 return (-1);                  return (-1);
         }          }
   
         if ((pass = getpass("Password: ")) == NULL)          if ((pass = getpass("Password:")) == NULL)
                 return (-1);                  return (-1);
   
         if (strlen(pass) >= sizeof unlockdata.pass) {          if (strlen(pass) >= sizeof unlockdata.pass) {

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38