mirror of
https://github.com/SabreTools/SabreTools.Compression.git
synced 2026-09-21 22:35:00 +00:00
Use uint for node value
This commit is contained in:
@@ -18,6 +18,6 @@ namespace SabreTools.Compression.MSZIP
|
||||
/// <summary>
|
||||
/// Value of the current node
|
||||
/// </summary>
|
||||
public int Value { get; set; }
|
||||
public uint Value { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user