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

Diff for /src/usr.bin/cvs/annotate.c between version 1.50 and 1.51

version 1.50, 2008/02/03 16:59:11 version 1.51, 2008/02/04 19:12:31
Line 161 
Line 161 
                                 /* Stick at weird GNU cvs, ignore error. */                                  /* Stick at weird GNU cvs, ignore error. */
                                 return;                                  return;
   
                         /* -f is not allowed for unknown symbols */                          /* -f is not allowed for unknown symbols */
                         rev = rcsnum_parse(cvs_specified_tag);                          rev = rcsnum_parse(cvs_specified_tag);
                         if (rev == NULL)                          if (rev == NULL)
                                 fatal("no such tag %s", cvs_specified_tag);                                  fatal("no such tag %s", cvs_specified_tag);
                         rcsnum_free(rev);                          rcsnum_free(rev);
                         rev = rcsnum_alloc();                          rev = rcsnum_alloc();
                         rcsnum_cpy(cf->file_rcs->rf_head, rev, 0);                          rcsnum_cpy(cf->file_rcs->rf_head, rev, 0);

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51