Closed Genbox closed 6 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.
dataBlockSize
fixed
In VKCellRecords.cs you have the following:
The
dataBlockSize
variable is set, but not used anywhere. It seems important, so this might be a bug.