mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-14 21:33:08 +00:00
Next level is a set of values, not a single one
This commit is contained in:
@@ -22,7 +22,7 @@ namespace BurnOutSharp.Compression.MSZIP
|
||||
/// <summary>
|
||||
/// Pointer to next level of table
|
||||
/// </summary>
|
||||
public HuffmanNode NextLevel;
|
||||
public HuffmanNode[] NextLevel;
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user