~ubuntu-branches/debian/sid/httrack/sid

« back to all changes in this revision

Viewing changes to src/htsinthash.c

  • Committer: Package Import Robot
  • Author(s): Xavier Roche
  • Date: 2014-05-21 19:22:04 UTC
  • mfrom: (1.4.52)
  • Revision ID: package-import@ubuntu.com-20140521192204-7ozsuwz65qhwupa5
Tags: 3.48.9-1
Updated to 3.48.9 (3.48-9)

Show diffs side-by-side

added added

removed removed

Lines of Context:
996
996
          inthash_warning(hashtable, 
997
997
            "stash size still full despite %"UINT_64_FORMAT
998
998
            " elements used out of %"UINT_64_FORMAT,
999
 
            hashtable->used, half_size*2);
 
999
            (uint64_t) hashtable->used, (uint64_t) half_size*2);
1000
1000
      }
1001
1001
 
1002
1002
      /* statistics */