VirtualBox

Ignore:
Timestamp:
Aug 26, 2020 11:47:12 AM (4 years ago)
Author:
vboxsync
Message:

VDISKRAWPARTDESC: Unconst some the pointers, it makes for ugly casts in new VMDK code. bugref:9224

File:
1 edited

Legend:

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

    r85884 r85889  
    17291729                }
    17301730
    1731                 pPartDesc->pszRawDevice = pszRawName;
     1731                pPartDesc->pszRawDevice = (char *)pszRawName;
    17321732                pPartDesc->offStartInDevice = uStartOffset;
    17331733            }
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