Closed vain closed 1 year ago
This should fix some of the negative numbers that we're seeing.
(Note that longint is still signed. Free Pascal knows longword, but I don’t think that Turbo Pascal does. Not sure how one could fix this.)
longint
longword
I guess we could also try to divide out the sector size first.
This should fix some of the negative numbers that we're seeing.
(Note that
longint
is still signed. Free Pascal knowslongword
, but I don’t think that Turbo Pascal does. Not sure how one could fix this.)