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

Diff for /src/usr.bin/ssh/misc.c between version 1.12 and 1.13

version 1.12, 2001/06/26 17:27:24 version 1.13, 2001/12/05 10:06:12
Line 37 
Line 37 
 {  {
         char *t = s;          char *t = s;
         while (*t) {          while (*t) {
                 if(*t == '\n' || *t == '\r') {                  if (*t == '\n' || *t == '\r') {
                         *t = '\0';                          *t = '\0';
                         return s;                          return s;
                 }                  }

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