mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
parent
adaed52818
commit
03da766b39
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ swapSuggestion( const qint64 availableSpaceB, Config::SwapChoice swap )
|
|||
|
||||
|
||||
// Allow for a fudge factor
|
||||
suggestedSwapSizeB = qRound( suggestedSwapSizeB * overestimationFactor );
|
||||
suggestedSwapSizeB = qRound64( suggestedSwapSizeB * overestimationFactor );
|
||||
|
||||
// don't use more than 10% of available space
|
||||
if ( !ensureSuspendToDisk )
|
||||
|
|
Loading…
Add table
Reference in a new issue