show signed hash

This commit is contained in:
David Rose 2007-04-25 15:42:20 +00:00
parent f695365e9a
commit 6a29807423

View File

@ -216,7 +216,7 @@ main(int argc, char *argv[]) {
} else {
unsigned long hash = file.get_hash();
cerr << "File hash is " << hash << "\n";
cerr << "File hash is " << hash << " (signed " << (long)hash << ")\n";
}
#ifdef DO_MEMORY_USAGE