VirtualBox

Changeset 47925 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Aug 20, 2013 2:43:02 PM (11 years ago)
Author:
vboxsync
Message:

Main: warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/Performance.cpp

    r46329 r47925  
    11011101        AutoReadLock local_alock(pMedium COMMA_LOCKVAL_SRC_POS);
    11021102
    1103         used += pMedium->getSize() / (1024 * 1024);
     1103        used += (ULONG)(pMedium->getSize() / _1M);
    11041104    }
    11051105
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette