[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.202 and 1.203

version 1.202, 2007/07/03 00:56:23 version 1.203, 2007/09/06 19:38:47
Line 466 
Line 466 
          * there is no lock set for the user.           * there is no lock set for the user.
          */           */
         if (pb->newrev != NULL &&          if (pb->newrev != NULL &&
             rcsnum_cmp(pb->newrev, pb->frev, 0) > 0) {              rcsnum_cmp(pb->newrev, pb->frev, 0) != -1) {
                 warnx("%s: revision %s too low; must be higher than %s",                  warnx("%s: revision %s too low; must be higher than %s",
                     pb->file->rf_path,                      pb->file->rf_path,
                     rcsnum_tostr(pb->newrev, numb1, sizeof(numb1)),                      rcsnum_tostr(pb->newrev, numb1, sizeof(numb1)),

Legend:
Removed from v.1.202  
changed lines
  Added in v.1.203