mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
show signed hash
This commit is contained in:
parent
f695365e9a
commit
6a29807423
@ -216,7 +216,7 @@ main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
unsigned long hash = file.get_hash();
|
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
|
#ifdef DO_MEMORY_USAGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user