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

Diff for /src/usr.bin/ftp/fetch.c between version 1.42 and 1.43

version 1.42, 2002/12/30 23:04:42 version 1.43, 2003/02/17 18:51:11
Line 468 
Line 468 
                         return (rval);                          return (rval);
                 }                  }
         }          }
         free(buf);  
   
         /* Open the output file.  */          /* Open the output file.  */
         if (strcmp(savefile, "-") != 0) {          if (strcmp(savefile, "-") != 0) {
Line 492 
Line 491 
         bytes = 0;          bytes = 0;
         hashbytes = mark;          hashbytes = mark;
         progressmeter(-1);          progressmeter(-1);
   
           free(buf);
   
         /* Finally, suck down the file. */          /* Finally, suck down the file. */
         if ((buf = malloc(4096)) == NULL)          if ((buf = malloc(4096)) == NULL)

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43