Changeset 1911


Ignore:
Timestamp:
Jun 12, 2024, 8:23:37 PM (14 months ago)
Author:
Gregg Young
Message:

Fix the free space size format for the bubble window for drives in the drivebar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1880 r1911  
    319319            ulPctFree = (fsa.cUnit && fsa.cUnitAvail) ?
    320320              (fsa.cUnitAvail * 100) / fsa.cUnit : 0;
    321             CommaFmtULL(szQty, sizeof(szQty), ullFreeQty, ' ');
     321            CommaFmtULL(szQty, sizeof(szQty), ullFreeQty, 'M');
    322322            sprintf(s, "%s %s (%lu%%) %s", dv, szQty, ulPctFree, GetPString(IDS_FREETEXT));
    323323          }
Note: See TracChangeset for help on using the changeset viewer.