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

Diff for /src/usr.bin/fold/fold.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:33:23 version 1.3, 1999/02/07 21:40:49
Line 168 
Line 168 
                                 indx -= last_space;                                  indx -= last_space;
                                 col = 0;                                  col = 0;
                                 for (i = 0; i < indx; i++) {                                  for (i = 0; i < indx; i++) {
                                         col = new_column_position (col, ch);                                          col = new_column_position (col, buf[i]);
                                 }                                  }
                         } else {                          } else {
                                 fwrite (buf, 1, indx, stdout);                                  fwrite (buf, 1, indx, stdout);

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