mirror of
https://github.com/panda3d/panda3d.git
synced 2026-04-24 07:29:13 -05:00
show signed hash
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user