- Timestamp:
 - Jun 12, 2024, 8:23:37 PM (17 months ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/mainwnd.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/mainwnd.c
r1880 r1911 319 319 ulPctFree = (fsa.cUnit && fsa.cUnitAvail) ? 320 320 (fsa.cUnitAvail * 100) / fsa.cUnit : 0; 321 CommaFmtULL(szQty, sizeof(szQty), ullFreeQty, ' ');321 CommaFmtULL(szQty, sizeof(szQty), ullFreeQty, 'M'); 322 322 sprintf(s, "%s %s (%lu%%) %s", dv, szQty, ulPctFree, GetPString(IDS_FREETEXT)); 323 323 }  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  