Changeset 2381 in vbox for trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
- Timestamp:
- Apr 27, 2007 6:38:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r2375 r2381 498 498 return vmdkError(pImage, VERR_VDI_INVALID_HEADER, RT_SRC_POS, N_("VMDK: incorrectly quoted value in descriptor")); 499 499 500 pszQ = strchr(pszStr, '"');500 pszQ = (char*)strchr(pszStr, '"'); 501 501 if (pszQ == NULL) 502 502 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.