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

Diff for /src/usr.bin/uudecode/uudecode.c between version 1.3 and 1.4

version 1.3, 1997/01/17 07:13:47 version 1.4, 1998/05/11 01:19:05
Line 115 
Line 115 
                         return(1);                          return(1);
                 }                  }
         } while (strncmp(buf, "begin ", 6));          } while (strncmp(buf, "begin ", 6));
         (void)sscanf(buf, "begin %o %s", &mode, buf);          (void)sscanf(buf, "begin %o %1023s", &mode, buf);
   
         /* handle ~user/file format */          /* handle ~user/file format */
         if (buf[0] == '~') {          if (buf[0] == '~') {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4