- Timestamp:
- Jun 20, 2017 6:14:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomakerimport.cpp
r67482 r67485 475 475 !fUnicode ? RTFSISOMAKER_NAMESPACE_ISO_9660 : RTFSISOMAKER_NAMESPACE_JOLIET, 476 476 pThis->szNameBuf); 477 if (RT_SUCCESS(rc)) 478 { 479 /* 480 * Remember the data location if this is a file, if it's a 481 * directory push it onto the traversal stack. 482 */ 483 } 484 else 485 rtFsIsoImpError(pThis, rc, "Invalid name at %#RX64: %.Rhxs", 486 off - cbChunk, pDirRec->bFileIdLength, pDirRec->achFileId); 477 487 } 478 488 }
Note:
See TracChangeset
for help on using the changeset viewer.