- Timestamp:
- May 23, 2008 1:28:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r9071 r9084 3658 3658 Assert(VALID_PTR(pszWhat)); 3659 3659 Assert(VALID_PTR(pszByWhat)); 3660 c har *pszFoundStr = strstr(pszWhere, pszWhat);3660 const char *pszFoundStr = strstr(pszWhere, pszWhat); 3661 3661 if (!pszFoundStr) 3662 3662 return NULL;
Note:
See TracChangeset
for help on using the changeset viewer.