Fix `numoflines` calculations in sectorlines_* functions by first typecasting...
Fix `numoflines` calculations in sectorlines_* functions by first typecasting seclines (the sector.lines address) to size_t before doing any math on it, then (after the math) typecast the result to size_t * and dereference it. And yes, this time I tested it to make sure it works :)
Loading
Please register or sign in to comment