IndexedStructure

This commit is contained in:
2026-07-13 08:39:52 +03:00
parent 2f81cd1d30
commit 31bda58460
26 changed files with 1381 additions and 87 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ namespace Esiur.Data
Ends = ends
};
}
else if (cls == TduClass.Typed)
else if ((h & 0xC7) == 0x80) // else if (cls == TduClass.Typed)
{
ulong cll = (ulong)(h >> 3) & 0x7;