VirtualBox

Ignore:
Timestamp:
Apr 27, 2007 6:38:19 AM (18 years ago)
Author:
vboxsync
Message:

VCC8 is very picky about char* vs const char *

File:
1 edited

Legend:

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

    r2375 r2381  
    498498        return vmdkError(pImage, VERR_VDI_INVALID_HEADER, RT_SRC_POS, N_("VMDK: incorrectly quoted value in descriptor"));
    499499
    500     pszQ = strchr(pszStr, '"');
     500    pszQ = (char*)strchr(pszStr, '"');
    501501    if (pszQ == NULL)
    502502        return vmdkError(pImage, VERR_VDI_INVALID_HEADER, RT_SRC_POS, N_("VMDK: incorrectly quoted value in descriptor"));
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