mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Bug [2955066] Split file
This commit is contained in:
parent
20eb32c3bf
commit
b1e12c3062
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue