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

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

version 1.3, 2001/07/12 05:17:28 version 1.4, 2001/11/19 19:02:17
Line 116 
Line 116 
 static void  static void
 encode()  encode()
 {  {
         register int ch, n;          int ch, n;
         register char *p;          char *p;
         char buf[80];          char buf[80];
   
         while ((n = fread(buf, 1, 45, stdin))) {          while ((n = fread(buf, 1, 45, stdin))) {

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