Changeset 160 for trunk/src/sh_unix.c
- Timestamp:
- Jan 17, 2008, 1:43:21 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_unix.c
r154 r160 917 917 918 918 sl_strlcpy(sh.exec.hash, 919 sh_tiger_hash (c, TIGER_FILE, 0, hashbuf, sizeof(hashbuf)),919 sh_tiger_hash (c, TIGER_FILE, TIGER_NOLIM, hashbuf, sizeof(hashbuf)), 920 920 KEY_LEN+1); 921 921 sl_snprintf(message, 512, _("%s has checksum: %s"), … … 947 947 948 948 sl_strlcpy(newhash, 949 sh_tiger_hash (sh.exec.path, TIGER_FILE, 0, hashbuf, sizeof(hashbuf)),949 sh_tiger_hash (sh.exec.path, TIGER_FILE, TIGER_NOLIM, hashbuf, sizeof(hashbuf)), 950 950 KEY_LEN+1); 951 951 if (0 == sl_strncmp(sh.exec.hash,
Note:
See TracChangeset
for help on using the changeset viewer.