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

Diff for /src/usr.bin/rcs/ci.c between version 1.95 and 1.96

version 1.95, 2006/02/16 13:32:27 version 1.96, 2006/02/16 16:43:45
Line 583 
Line 583 
         rcs_desc_set(pb->file, rcs_desc);          rcs_desc_set(pb->file, rcs_desc);
   
         /* Now add our new revision */          /* Now add our new revision */
         if (rcs_rev_add(pb->file, RCS_HEAD_REV, LOG_INIT, -1, pb->author) != 0) {          if (rcs_rev_add(pb->file,
               (pb->newrev == NULL ? RCS_HEAD_REV : pb->newrev),
               LOG_INIT, -1, pb->author) != 0) {
                 cvs_log(LP_ERR, "failed to add new revision");                  cvs_log(LP_ERR, "failed to add new revision");
                 return (-1);                  return (-1);
         }          }

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96