minor fix

This commit is contained in:
David Rose 2009-09-25 21:48:52 +00:00
parent 2a1299b294
commit 03a7bfeb0c

View File

@ -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;
}
////////////////////////////////////////////////////////////////////