Changeset 1120 for trunk/dll/misc.c
- Timestamp:
- Aug 26, 2008, 3:08:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r1118 r1120 2237 2237 CHAR szKB[20]; 2238 2238 2239 if (ullFreeSpaceWhenComplete == 0) 2240 ullSpaceNeeded = 0; 2241 commafmt(szKB, sizeof(szKB), 2242 (ULONG) ullFreeQty - ullSpaceNeeded); 2239 CommaFmtULL(szKB, sizeof(szKB), 2240 ullFreeQty - ullSpaceNeeded, ' '); 2243 2241 if (ullFreeSpaceWhenComplete == 0) { 2244 2242 saymsg(MB_OK, … … 2246 2244 NullStr, 2247 2245 GetPString(IDS_DRIVESPACELIMITEDTMPSAVE), 2248 pTargetPath, 2249 szKB); 2246 pTargetPath); 2250 2247 return 0; 2251 2248 }
Note:
See TracChangeset
for help on using the changeset viewer.