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

Diff for /src/usr.bin/fmt/fmt.c between version 1.6 and 1.7

version 1.6, 1997/02/08 10:23:39 version 1.7, 1997/09/23 11:54:00
Line 176 
Line 176 
         register int c, col;          register int c, col;
 #define CHUNKSIZE 1024  #define CHUNKSIZE 1024
   
           canonb = malloc(CHUNKSIZE);
           if (canonb == 0)
                   errx(1, "Ran out of memory");
   
         if (center) {          if (center) {
                 register int len;                  register int len;
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7