Skip to content

Commit

Permalink
CloudMaxFileSize type changed to int64 (issue #213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pozitronik authored and Pozitronik committed Jun 7, 2019
1 parent ddf2df2 commit 04bc961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings.pas
Expand Up @@ -107,7 +107,7 @@ TPluginSettings = record
DescriptionTrackCloudFS: boolean;
DescriptionFileName: WideString;
CopyBetweenAccountsMode: integer;
CloudMaxFileSize: integer;
CloudMaxFileSize: int64;
ChunkOverwriteMode: integer;
DeleteFailOnUploadMode: integer;
OperationErrorMode: integer;
Expand Down

0 comments on commit 04bc961

Please sign in to comment.