[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.159 and 1.160

version 1.159, 2006/06/14 14:10:50 version 1.160, 2006/06/14 20:28:53
Line 660 
Line 660 
                         fatal("cvs_file_classify: %s", strerror(errno));                          fatal("cvs_file_classify: %s", strerror(errno));
   
                 mtime = cvs_hack_time(st.st_mtime, 1);                  mtime = cvs_hack_time(st.st_mtime, 1);
                 if (mtime == 0)  
                         fatal("to gmt failed");  
   
                 if (mtime != cf->file_ent->ce_mtime)                  if (mtime != cf->file_ent->ce_mtime)
                         ismodified = 1;                          ismodified = 1;
         }          }

Legend:
Removed from v.1.159  
changed lines
  Added in v.1.160