Changeset 1533 for trunk/dll/info.c
- Timestamp:
- May 30, 2010, 7:34:46 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/dll/info.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/info.c
r1498 r1533 252 252 253 253 percentfree = (fsa.cUnitAvail && fsa.cUnit) ? 254 ( fsa.cUnitAvail * 100) /fsa.cUnit : 0;254 ((USHORT) fsa.cUnitAvail * 100) / (USHORT) fsa.cUnit : 0; 255 255 if (!percentfree && fsa.cUnitAvail) 256 256 percentfree = 1;
Note:
See TracChangeset
for help on using the changeset viewer.
