2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-10-29 23:21:36 +00:00
This commit is contained in:
2025-10-15 06:09:05 +03:00
parent 6c1d038bbb
commit 9386cc7a84
7 changed files with 194 additions and 155 deletions

View File

@@ -83,7 +83,7 @@ namespace Esiur.Data
Data = data,
Offset = offset,
Class = cls,
ContentLength = cl,
ContentLength = cl - 1 - (uint)metaData.Length,
TotalLength = 1 + cl + cll,
Index = (byte)h & 0x7,
Metadata = metaData,