- Timestamp:
- Oct 27, 2010 1:00:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/isofs.cpp
r33494 r33500 333 333 break; 334 334 335 Assert(pCurRecord->name_len <= RTISOFS_MAX_STRING_LEN);336 335 char *pszName = RTStrAlloc(pCurRecord->name_len + 1); 337 336 AssertPtr(pszName);
Note:
See TracChangeset
for help on using the changeset viewer.