That does need to be signed, oops

This commit is contained in:
Matt Nadareski
2024-11-18 11:31:24 -05:00
parent c363d8fdf9
commit 66891c4ab3

View File

@@ -18,6 +18,6 @@ namespace SabreTools.Compression.MSZIP
/// <summary>
/// Value of the current node
/// </summary>
public uint Value { get; set; }
public int Value { get; set; }
}
}