[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.37 and 1.38

version 1.37, 2003/07/21 21:57:22 version 1.38, 2003/07/21 21:59:58
Line 964 
Line 964 
                         /*                          /*
                          * 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.
                          */                           */
                         if (format == D_CONTEXT)                          if (format == D_CONTEXT)
                                 dump_context_vec(f1, f2);                                  dump_context_vec(f1, f2);
                         else                          else

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38