Changeset 1543 for trunk/dll/info.c
- Timestamp:
 - Sep 26, 2010, 5:22:47 PM (15 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/dll/info.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/dll/info.c
r1533 r1543 208 208 } 209 209 volser; 210 U SHORTpercentfree, percentused;210 ULONG percentfree, percentused; 211 211 212 212 memset(&volser, 0, sizeof(volser)); … … 252 252 253 253 percentfree = (fsa.cUnitAvail && fsa.cUnit) ? 254 ((U SHORT) fsa.cUnitAvail * 100) / (USHORT) fsa.cUnit : 0;254 ((ULONG) fsa.cUnitAvail * 100) / (ULONG) fsa.cUnit : 0; 255 255 if (!percentfree && fsa.cUnitAvail) 256 256 percentfree = 1;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  