Changeset 159 for trunk/src/sh_error.c


Ignore:
Timestamp:
Jan 16, 2008, 11:12:13 PM (17 years ago)
Author:
katerina
Message:

Fix for ticket #87 (option --with-checksum broken).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_error.c

    r144 r159  
    134134  if (s[0] == '/')
    135135    {
    136       foo = sh_tiger_hash_gpg (s, TIGER_FILE, 0);
     136      foo = sh_tiger_hash_gpg (s, TIGER_FILE, TIGER_NOLIM);
    137137      fprintf (stdout, _("%s\n"),  foo);
    138138      SH_FREE(foo);
Note: See TracChangeset for help on using the changeset viewer.