fix issue created from fix int8 overflow (int8 overflox is small)
ptrs computation was making uint8 overflow, i fixed it, but then, as the overflow is negative, it became a very high positive number (uint8 0-1 is "only" 255)
Edited by Robert Schmidt