EricZimmerman / Registry

Full featured, offline Registry parser in C#
MIT License
220 stars 52 forks source link

Unused variable inside VKCellRecords #5

Closed Genbox closed 6 years ago

Genbox commented 7 years ago

In VKCellRecords.cs you have the following:

//reset this so slack calculation works
dataBlockSize = _datablockRaw.Length;

The dataBlockSize variable is set, but not used anywhere. It seems important, so this might be a bug.

EricZimmerman commented 6 years ago

fixed