Changeset 68014 in vbox
- Timestamp:
- Jul 18, 2017 10:20:31 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/Runtime/common/fs/isomaker.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isomaker.cpp
r67897 r68014 4218 4218 /* Devices needs 'PN'. */ 4219 4219 if ( RTFS_IS_DEV_BLOCK(pName->pObj->fMode) 4220 || RTFS_IS_DEV_ BLOCK(pName->pObj->fMode))4220 || RTFS_IS_DEV_CHAR(pName->pObj->fMode)) 4221 4221 { 4222 4222 cbRock += sizeof(ISO9660RRIPPN);
Note:
See TracChangeset
for help on using the changeset viewer.

