Browse Source

minor fix

David Rose 16 years ago
parent
commit
03a7bfeb0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/plugin/fileSpec.cxx

+ 1 - 1
direct/src/plugin/fileSpec.cxx

@@ -72,7 +72,7 @@ operator = (const FileSpec &copy) {
   _size = copy._size;
   _timestamp = copy._size;
   memcpy(_hash, copy._hash, sizeof(_hash));
-  _got_hash = copy._hash;
+  _got_hash = copy._got_hash;
 }
 
 ////////////////////////////////////////////////////////////////////