Changeset 514 for trunk/src/sh_hash.c
- Timestamp:
- Oct 21, 2016, 6:40:46 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_hash.c
r492 r514 2585 2585 _("sh_hash"), theFile->fullpath ); 2586 2586 2587 if (NULL != sh_audit_fetch (theFile->fullpath, theFile->mtime, theFile->ctime, result, sizeof(result))) 2587 if (NULL != sh_audit_fetch (theFile->fullpath, theFile->mtime, theFile->ctime, theFile->atime, 2588 result, sizeof(result))) 2588 2589 { 2589 2590 #ifdef SH_USE_XML
Note:
See TracChangeset
for help on using the changeset viewer.