Changeset 67451 in vbox
- Timestamp:
- Jun 16, 2017 3:35:59 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116184
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomaker.cpp
r67450 r67451 3335 3335 static int rtFsIsoMakerFinalizeBootStuffPart2(PRTFSISOMAKERINT pThis) 3336 3336 { 3337 /* 3338 * Anything? 3339 */ 3340 if (!pThis->pBootCatFile) 3341 return VINF_SUCCESS; 3342 3337 3343 /* 3338 3344 * Fill in the descriptor.
Note:
See TracChangeset
for help on using the changeset viewer.