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

Diff for /src/usr.bin/cvs/util.c between version 1.18 and 1.19

version 1.18, 2004/12/07 17:10:56 version 1.19, 2004/12/13 16:59:50
Line 313 
Line 313 
                 return (-1);                  return (-1);
         }          }
         if (MD5File(file, dst) == NULL) {          if (MD5File(file, dst) == NULL) {
                 cvs_log(LP_ERRNO, "failed to generate file checksum");                  cvs_log(LP_ERRNO, "failed to generate checksum for %s", file);
                 return (-1);                  return (-1);
         }          }
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19