Changeset 7156 in vbox for trunk/src/VBox
- Timestamp:
- Feb 26, 2008 5:59:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r7155 r7156 634 634 return vmdkError(pImage, VERR_VDI_INVALID_HEADER, RT_SRC_POS, N_("VMDK: incorrectly quoted value in descriptor in '%s'"), pImage->pszFilename); 635 635 636 pszQ = strchr(pszStr, '"');636 pszQ = (char *)strchr(pszStr, '"'); 637 637 if (pszQ == NULL) 638 638 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.