Changeset 160 for trunk/src/sh_unix.c


Ignore:
Timestamp:
Jan 17, 2008, 1:43:21 AM (17 years ago)
Author:
katerina
Message:

Some more instances of missing TIGER_NOLIM fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_unix.c

    r154 r160  
    917917
    918918  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)),
    920920             KEY_LEN+1);
    921921  sl_snprintf(message, 512, _("%s has checksum: %s"),
     
    947947
    948948  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)),
    950950             KEY_LEN+1);
    951951  if (0 == sl_strncmp(sh.exec.hash,
Note: See TracChangeset for help on using the changeset viewer.