You've already forked lazarus-ccr
Removed uneeded test code.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2759 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1094,12 +1094,8 @@ var
|
||||
Sector: SECT;
|
||||
DIFIndex,FATInDIF,OffSetInFAT: SECT;
|
||||
begin
|
||||
try
|
||||
DecomposeFATEntry(AFATEntryIndex,DIFIndex,FATInDIF,OffSetInFAT);
|
||||
Sector:=FDIFArray[DIFIndex][FATInDIF];
|
||||
except
|
||||
beep;
|
||||
end;
|
||||
ReadFATSector(Sector);
|
||||
Result:=FFATCache.Cache[OffSetInFAT];
|
||||
end;
|
||||
|
Reference in New Issue
Block a user