Browse Source

show signed hash

David Rose 18 years ago
parent
commit
6a29807423
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/dcparse/dcparse.cxx

+ 1 - 1
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