mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Access violation
This commit is contained in:
parent
c23b3efae4
commit
18624514a5
2 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ begin
|
|||
|
||||
if (FNeedsConnection = False) then
|
||||
FInfoOperation:= FS_STATUS_OP_PUT_MULTI_THREAD
|
||||
else if (theSourceFiles.Count > 1) then
|
||||
else if (SourceFiles.Count > 1) then
|
||||
FInfoOperation:= FS_STATUS_OP_PUT_MULTI
|
||||
else
|
||||
FInfoOperation:= FS_STATUS_OP_PUT_SINGLE;
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ begin
|
|||
|
||||
if (FNeedsConnection = False) then
|
||||
FInfoOperation:= FS_STATUS_OP_GET_MULTI_THREAD
|
||||
else if (theSourceFiles.Count > 1) then
|
||||
else if (SourceFiles.Count > 1) then
|
||||
FInfoOperation:= FS_STATUS_OP_GET_MULTI
|
||||
else
|
||||
FInfoOperation:= FS_STATUS_OP_GET_SINGLE;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue