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

Diff for /src/usr.bin/cvs/diff.c between version 1.122 and 1.123

version 1.122, 2008/01/28 20:31:07 version 1.123, 2008/01/29 12:00:34
Line 202 
Line 202 
                         return;                          return;
   
         if (rev2 != NULL)          if (rev2 != NULL)
                 if ((diff_rev2 = rcs_translate_tag(rev2, cf->file_rcs)) == NULL)                  if ((diff_rev2 = rcs_translate_tag(rev2, cf->file_rcs)) ==
                       NULL) {
                           rcsnum_free(diff_rev1);
                         return;                          return;
                   }
   
         diff_file = cf->file_path;          diff_file = cf->file_path;
         cvs_printf("Index: %s\n%s\nRCS file: %s\n", cf->file_path,          cvs_printf("Index: %s\n%s\nRCS file: %s\n", cf->file_path,

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123