VirtualBox

Changeset 99606 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
May 4, 2023 2:15:30 PM (22 months ago)
Author:
vboxsync
Message:

fixed possible narrowing type from 'long unsigned int' to 'unsigned int'

File:
1 edited

Legend:

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

    r99605 r99606  
    18001800                }
    18011801
    1802                 ULONG memory;
     1802                uint64_t memory;
    18031803                pGuestOSType->COMGETTER(RecommendedRAM)(&memory);//returned in MB
    18041804                memory *= _1M;//convert to bytes
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