VirtualBox

Changeset 17975 in vbox


Ignore:
Timestamp:
Mar 16, 2009 8:01:22 PM (16 years ago)
Author:
vboxsync
Message:

compile fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp

    r17970 r17975  
    6060{
    6161    int rc = VINF_SUCCESS;
    62     HardDiskVariant_T DiskVariant = *pDiskVariant;
     62    unsigned DiskVariant = (unsigned)(*pDiskVariant);
    6363    while (psz && *psz && RT_SUCCESS(rc))
    6464    {
     
    9595
    9696    if (RT_SUCCESS(rc))
    97         *pDiskVariant = DiskVariant;
     97        *pDiskVariant = (HardDiskVariant_T)DiskVariant;
    9898    return rc;
    9999}
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