diff options
| author | Wither OrNot | 2025-04-15 20:07:03 +0000 |
|---|---|---|
| committer | Wither OrNot | 2025-04-15 20:07:03 +0000 |
| commit | 912f83c11b75c93f38b7966d7b727144eee7f23d (patch) | |
| tree | 993d3ea250c9d264c61252dd388fee5e5447e218 | |
| parent | b7868ff296016917c38657474117d5ca820b2312 (diff) | |
| download | TSforge-912f83c11b75c93f38b7966d7b727144eee7f23d.zip | |
fix vista varbag1.1.0-longhorn+2longhorn
| -rw-r--r-- | LibTSforge/PhysicalStore/VariableBag.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LibTSforge/PhysicalStore/VariableBag.cs b/LibTSforge/PhysicalStore/VariableBag.cs index bca0e32..c99695e 100644 --- a/LibTSforge/PhysicalStore/VariableBag.cs +++ b/LibTSforge/PhysicalStore/VariableBag.cs @@ -74,6 +74,7 @@ namespace LibTSforge.PhysicalStore public override void Decode(BinaryReader reader) { uint type = reader.ReadUInt32(); + reader.ReadUInt32(); uint lenName = reader.ReadUInt32(); uint lenVal = reader.ReadUInt32(); uint crc = reader.ReadUInt32(); |
