mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix equality from missing return statement
This commit is contained in:
@@ -255,6 +255,7 @@ namespace SabreTools.Core
|
|||||||
|
|
||||||
// If we have a file that has no known size, rely on the hashes only
|
// If we have a file that has no known size, rely on the hashes only
|
||||||
if (selfSize == null && self.HashMatch(other))
|
if (selfSize == null && self.HashMatch(other))
|
||||||
|
return true;
|
||||||
|
|
||||||
// If we get a partial match
|
// If we get a partial match
|
||||||
if (selfSize == otherSize && self.HashMatch(other))
|
if (selfSize == otherSize && self.HashMatch(other))
|
||||||
|
|||||||
Reference in New Issue
Block a user