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

Diff for /src/usr.bin/cvs/history.c between version 1.16 and 1.17

version 1.16, 2005/05/29 00:18:01 version 1.17, 2005/05/31 08:26:40
Line 216 
Line 216 
         struct tm etime;          struct tm etime;
   
         if (localtime_r(&(hent->ch_date), &etime) == NULL) {          if (localtime_r(&(hent->ch_date), &etime) == NULL) {
                 cvs_log(LP_ERROR, "failed to convert timestamp to structure");                  cvs_log(LP_ERR, "failed to convert timestamp to structure");
                 return;                  return;
         }          }
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17