[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.79 and 1.80

version 1.79, 2005/05/24 21:57:33 version 1.80, 2005/05/25 09:42:12
Line 1013 
Line 1013 
                                 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.79  
changed lines
  Added in v.1.80