mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-10-28 23:00:30 +00:00
ParsedTDU
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user