[Style] Add todo

This commit is contained in:
Matt Nadareski
2017-03-17 11:29:08 -07:00
parent fdc08d8b52
commit e4a0c844d6

View File

@@ -425,7 +425,7 @@ namespace SabreTools.Helper.Tools
public static string GetRombaPath(string hash) public static string GetRombaPath(string hash)
{ {
// If the hash isn't the right size, then we return null // If the hash isn't the right size, then we return null
if (hash.Length != Constants.SHA1Length) if (hash.Length != Constants.SHA1Length) // TODO: When updating to SHA-256, this needs to update to Constants.SHA256Length
{ {
return null; return null;
} }