FIX: Access violation

This commit is contained in:
Alexander Koblov 2012-03-21 13:03:16 +00:00
commit 18624514a5
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;