mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
show signed hash
This commit is contained in:
parent
f695365e9a
commit
6a29807423
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user