mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix SHA-1 constant usage
This commit is contained in:
@@ -50,8 +50,8 @@ namespace SabreTools.DatFiles
|
||||
Depth = 4;
|
||||
else if (Depth < 0)
|
||||
Depth = 0;
|
||||
else if (Depth > ZeroHash.SHA1Str.Length)
|
||||
Depth = ZeroHash.SHA1Str.Length;
|
||||
else if (Depth > ZeroHash.SHA1Arr.Length)
|
||||
Depth = ZeroHash.SHA1Arr.Length;
|
||||
}
|
||||
|
||||
#region Cloning
|
||||
|
||||
Reference in New Issue
Block a user