2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-10-29 15:20:29 +00:00

ParsedTDU

This commit is contained in:
2025-10-12 15:12:14 +03:00
parent 4967449a57
commit 6c1d038bbb

View File

@@ -74,7 +74,7 @@ namespace Esiur.Data
return (cl - (ends - offset), null);
var metaData = DC.Clip(data, offset + 1, data[offset]);
offset += data[offset];
offset += data[offset] + (uint)1;
return (1 + cl + cll, new ParsedTDU()