VirtualBox

Changeset 17418 in vbox for trunk


Ignore:
Timestamp:
Mar 5, 2009 4:48:30 PM (16 years ago)
Author:
vboxsync
Message:

OVF: fix windows burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r17417 r17418  
    25702570                const VirtualSystemDescriptionEntry &desc = *itD;
    25712571
    2572                 OVFResourceType_T type = 0;     // if this becomes != 0 then we do stuff
     2572                OVFResourceType_T type = (OVFResourceType_T)0;     // if this becomes != 0 then we do stuff
    25732573                Utf8Str strDescription;         // must also be set then
    25742574                int32_t lVirtualQuantity = -1;
     
    26042604                        type = OVFResourceType_Memory; // 4
    26052605                        desc.strVbox.toInt(uTemp);
    2606                         lVirtualQuantity = uTemp / _1M;
     2606                        lVirtualQuantity = (int32_t)(uTemp / _1M);
    26072607                    break;
    26082608
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