mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Use ffNumber formatting mode
This commit is contained in:
parent
7e3d632614
commit
5342452b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -354,7 +354,7 @@ begin
|
|||
case FSF of
|
||||
fsfByte, fsfPersonalizedByte: Result := Format('%.0n%s', [FloatSize, gSizeDisplayUnits[FSF]]);
|
||||
else
|
||||
Result := FloatToStrF(FloatSize / DIVISORS[FSF], ffFixed, 15, Number) + gSizeDisplayUnits[FSF];
|
||||
Result := FloatToStrF(FloatSize / DIVISORS[FSF], ffNumber, 15, Number) + gSizeDisplayUnits[FSF];
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue