I should not be allowed to operate a computer.
This commit is contained in:
parent
ad8a4813ee
commit
fc22ee6f08
@ -395,7 +395,7 @@ function proxy:readHandle(h,s)
|
||||
local handle, rb = self.handles[h]
|
||||
if handle.currentSector < handle.ft[3] - 1 then
|
||||
local rb = self.d.readSector(handle.ft[2] + handle.currentSector)
|
||||
if handle.currentSector == handle.ft[3] - 1 then
|
||||
elseif handle.currentSector == handle.ft[3] - 1 then
|
||||
local rb = self.d.readSector(handle.ft[2] + handle.currentSector):gsub("\0+$","")
|
||||
else
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user