From 03a7bfeb0cfc4dc18ca6ae80ce9b84636e8616c6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 25 Sep 2009 21:48:52 +0000 Subject: [PATCH] minor fix --- direct/src/plugin/fileSpec.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/plugin/fileSpec.cxx b/direct/src/plugin/fileSpec.cxx index 2bf1b69c29..9542d0d012 100755 --- a/direct/src/plugin/fileSpec.cxx +++ b/direct/src/plugin/fileSpec.cxx @@ -72,7 +72,7 @@ operator = (const FileSpec ©) { _size = copy._size; _timestamp = copy._size; memcpy(_hash, copy._hash, sizeof(_hash)); - _got_hash = copy._hash; + _got_hash = copy._got_hash; } ////////////////////////////////////////////////////////////////////