Some reorderings.

This commit is contained in:
Vladimir Kryvian
2015-08-06 16:57:06 +03:00
parent 48c2f53961
commit 08eb322ba7
12 changed files with 20 additions and 20 deletions

View File

@@ -37,7 +37,7 @@ type
implementation
uses
umain, ucdimage, sysutils, FileUtil;
umain, ucdimage, sysutils, LazUTF8, LazFileUtils;
const
cClearBufferSize = ((cTIMMaxSize div cSectorDataSize) + 1) * cSectorDataSize * 2;
@@ -51,7 +51,7 @@ begin
FreeOnTerminate := True;
pClearBufferPosition := 0;
pFilePos := 0;
pFileSize := FileSize(FileToScan);
pFileSize := FileSizeUTF8(FileToScan);
pStatusText := '';
pStopScan := False;