[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.190 and 1.191

version 1.190, 2006/11/18 20:18:28 version 1.191, 2006/12/23 21:08:01
Line 477 
Line 477 
                         t_head = gmtime(&head_date);                          t_head = gmtime(&head_date);
                         strftime(dbuf2, sizeof(dbuf2), fmt, t_head);                          strftime(dbuf2, sizeof(dbuf2), fmt, t_head);
   
                         errx(1, "%s: Date %s preceeds %s in revision %s.",                          errx(1, "%s: Date %s precedes %s in revision %s.",
                             pb->file->rf_path, dbuf1, dbuf2,                              pb->file->rf_path, dbuf1, dbuf2,
                             rcsnum_tostr(pb->frev, numb2, sizeof(numb2)));                              rcsnum_tostr(pb->frev, numb2, sizeof(numb2)));
                 }                  }

Legend:
Removed from v.1.190  
changed lines
  Added in v.1.191