summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWither OrNot2025-04-15 20:07:03 +0000
committerWither OrNot2025-04-15 20:07:03 +0000
commit912f83c11b75c93f38b7966d7b727144eee7f23d (patch)
tree993d3ea250c9d264c61252dd388fee5e5447e218
parentb7868ff296016917c38657474117d5ca820b2312 (diff)
downloadTSforge-longhorn.zip
fix vista varbag1.1.0-longhorn+2longhorn
-rw-r--r--LibTSforge/PhysicalStore/VariableBag.cs1
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();