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

Diff for /src/usr.bin/diff/diffreg.c between version 1.55 and 1.56

version 1.55, 2004/01/07 17:18:32 version 1.56, 2004/06/18 07:23:50
Line 1008 
Line 1008 
                             format == D_CONTEXT ? "---" : "+++", file2,                              format == D_CONTEXT ? "---" : "+++", file2,
                             ctime(&stb2.st_mtime));                              ctime(&stb2.st_mtime));
                         anychange = 1;                          anychange = 1;
                 } else if (a > context_vec_ptr->b + (2 * context) &&                  } else if (a > context_vec_ptr->b + (2 * context) + 1 &&
                     c > context_vec_ptr->d + (2 * context)) {                      c > context_vec_ptr->d + (2 * context) + 1) {
                         /*                          /*
                          * If this change is more than 'context' lines from the                           * If this change is more than 'context' lines from the
                          * previous change, dump the record and reset it.                           * previous change, dump the record and reset it.

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56