diff --git a/direct/src/dcparse/dcparse.cxx b/direct/src/dcparse/dcparse.cxx index 51fae3f565..998ea67a93 100644 --- a/direct/src/dcparse/dcparse.cxx +++ b/direct/src/dcparse/dcparse.cxx @@ -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