FIX: Bug [2955066] Split file

This commit is contained in:
Alexander Koblov 2010-02-21 12:29:03 +00:00
commit b1e12c3062

View file

@ -149,6 +149,12 @@ begin
end;
try
if iFileSize >= fSource.Size then
begin
memWatch.Append(rsSplitErrSplitFile);
//Unable to split the file!
exit;
end;
prgbrDoIt.Max:=(fSource.Size div iFileSize);
if prgbrDoIt.Max=0 then
begin