mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-10-29 07:10:29 +00:00
ParsedTDU
This commit is contained in:
@@ -74,7 +74,7 @@ namespace Esiur.Data
|
|||||||
return (cl - (ends - offset), null);
|
return (cl - (ends - offset), null);
|
||||||
|
|
||||||
var metaData = DC.Clip(data, offset + 1, data[offset]);
|
var metaData = DC.Clip(data, offset + 1, data[offset]);
|
||||||
offset += data[offset];
|
offset += data[offset] + (uint)1;
|
||||||
|
|
||||||
|
|
||||||
return (1 + cl + cll, new ParsedTDU()
|
return (1 + cl + cll, new ParsedTDU()
|
||||||
|
|||||||
Reference in New Issue
Block a user