Add future TODO note

This commit is contained in:
Matt Nadareski
2025-01-05 23:05:43 -05:00
parent 8129d76d78
commit 6b977fa075

View File

@@ -107,6 +107,7 @@ namespace SabreTools.FileTypes
// Don't set the length if the stream doesn't support it // Don't set the length if the stream doesn't support it
} }
// TODO: Replace this with size variant when added
// Run the hashing on the input stream // Run the hashing on the input stream
var hashDict = HashTool.GetStreamHashes(input, hashes); var hashDict = HashTool.GetStreamHashes(input, hashes);
if (hashDict == null) if (hashDict == null)