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

Diff for /src/usr.bin/cvs/file.c between version 1.35 and 1.36

version 1.35, 2004/12/02 06:54:15 version 1.36, 2004/12/03 20:19:54
Line 898 
Line 898 
                         cfp->cf_cvstat = CVS_FST_ADDED;                          cfp->cf_cvstat = CVS_FST_ADDED;
                 else {                  else {
                         /* check last modified time */                          /* check last modified time */
                         if (ent->ce_mtime == (time_t)st.st_mtime)                          if (ent->ce_mtime >= (time_t)st.st_mtime)
                                 cfp->cf_cvstat = CVS_FST_UPTODATE;                                  cfp->cf_cvstat = CVS_FST_UPTODATE;
                         else                          else
                                 cfp->cf_cvstat = CVS_FST_MODIFIED;                                  cfp->cf_cvstat = CVS_FST_MODIFIED;

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36