VirtualBox

Changeset 7156 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Feb 26, 2008 5:59:24 PM (17 years ago)
Author:
vboxsync
Message:

Fixed broken build caused by non-standard compliant vcc header files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp

    r7155 r7156  
    634634        return vmdkError(pImage, VERR_VDI_INVALID_HEADER, RT_SRC_POS, N_("VMDK: incorrectly quoted value in descriptor in '%s'"), pImage->pszFilename);
    635635
    636     pszQ = strchr(pszStr, '"');
     636    pszQ = (char *)strchr(pszStr, '"');
    637637    if (pszQ == NULL)
    638638        return vmdkError(pImage, VERR_VDI_INVALID_HEADER, RT_SRC_POS, N_("VMDK: incorrectly quoted value in descriptor in '%s'"), pImage->pszFilename);
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