VirtualBox

Changeset 9084 in vbox for trunk


Ignore:
Timestamp:
May 23, 2008 1:28:45 PM (17 years ago)
Author:
vboxsync
Message:

Fix for 64-bit win builds: char* to const char* conversion.

File:
1 edited

Legend:

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

    r9071 r9084  
    36583658    Assert(VALID_PTR(pszWhat));
    36593659    Assert(VALID_PTR(pszByWhat));
    3660     char *pszFoundStr = strstr(pszWhere, pszWhat);
     3660    const char *pszFoundStr = strstr(pszWhere, pszWhat);
    36613661    if (!pszFoundStr)
    36623662        return NULL;
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