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

Diff for /src/usr.bin/cvs/diff.c between version 1.102 and 1.103

version 1.102, 2006/06/01 20:01:47 version 1.103, 2006/06/14 20:28:53
Line 196 
Line 196 
                         fatal("failed to load %s", cf->file_path);                          fatal("failed to load %s", cf->file_path);
   
                 st.st_mtime = cvs_hack_time(st.st_mtime, 1);                  st.st_mtime = cvs_hack_time(st.st_mtime, 1);
                 if (st.st_mtime == 0)  
                         fatal("cvs_diff_local: to gmt failed");  
   
                 tv2[0].tv_sec = st.st_mtime;                  tv2[0].tv_sec = st.st_mtime;
                 tv2[0].tv_usec = 0;                  tv2[0].tv_usec = 0;
                 tv2[1] = tv2[0];                  tv2[1] = tv2[0];

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103