0.7.9 hotfix 1

This commit is contained in:
Razor12911 2023-09-14 23:04:54 +02:00 committed by GitHub
parent fde22c2c77
commit 83e41efb88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ begin
Options.DedupSysMem := -Options.DedupSysMem;
SrepCfg := ArgParse.AsString('-sp', 0, '').ToLower;
{$IFDEF CPU64BITS}
S := ArgParse.AsString('-p', 0, '512mb');
S := ArgParse.AsString('-p', 0, '0mb');
S := ReplaceText(S, 'KB', '* 1024^1');
S := ReplaceText(S, 'MB', '* 1024^2');
S := ReplaceText(S, 'GB', '* 1024^3');