minor fix
This commit is contained in:
parent
2a1299b294
commit
03a7bfeb0c
|
|
@ -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;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue