Ignore:
Timestamp:
Apr 30, 2016, 12:16:19 AM (8 years ago)
Author:
chronos
Message:
  • Added: TFileStreamEx experimental class to support flags O_DIRECT and O_SYNC under Linux.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Form/UFormMain.pas

    r29 r31  
    520520      BasePrefixMultipliers, SBytes);
    521521    LabelSectorCount.Caption := IntToStr(Project.DriveInfo.SectorCount);
    522     LabelSectorSize.Caption := IntToStr(Project.DriveInfo.SectorSize) + ' ' + SBytes;
     522    LabelSectorSize.Caption := PrefixMultiplier.Add(Project.DriveInfo.SectorSize, BasePrefixMultipliers, SBytes);
    523523  end else begin
    524524    LabelSize.Caption := '';
Note: See TracChangeset for help on using the changeset viewer.