Browse Source

*** empty log message ***

cxgeorge 23 years ago
parent
commit
5f859b3901
1 changed files with 2 additions and 0 deletions
  1. 2 0
      panda/src/downloadertools/check_md5.cxx

+ 2 - 0
panda/src/downloadertools/check_md5.cxx

@@ -58,6 +58,8 @@ main(int argc, char *argv[]) {
 
 
   if(bRemoveBrackets) {
   if(bRemoveBrackets) {
       hash.set_output_brackets(false);
       hash.set_output_brackets(false);
+      // output base of Filename along w/md5
+      cout << source_file.get_basename() << " ";
   }
   }
 
 
   cout << hash << endl;
   cout << hash << endl;