Explanatory comment

This commit is contained in:
Vanilagy
2025-10-21 16:27:27 +02:00
parent 8629709cd7
commit c7b45eabf0
+1
View File
@@ -71,6 +71,7 @@ export const readDataBox = (slice: FileSlice) => {
} }
if (slice.remainingLength < 8) { if (slice.remainingLength < 8) {
// Box is too small
return null; return null;
} }