Changeset 90216 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Jul 15, 2021 4:42:07 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/isovfs.cpp
r90215 r90216 5552 5552 "Logical block size for joliet volume descriptor differs from primary: %#RX16 vs %#RX16\n", 5553 5553 ISO9660_GET_ENDIAN(&pVolDesc->cbLogicalBlock), pThis->cbBlock); 5554 #if 0 /* Not necessary. */ 5554 5555 /* Used to be !=, changed to > for ubuntu 20.10 and later. Wonder if they exclude a few files 5555 5556 and thus end up with a different total. Obviously, this test is a big bogus, as we don't … … 5559 5560 "Volume space size for joliet volume descriptor differs from primary: %#RX32 vs %#RX32\n", 5560 5561 ISO9660_GET_ENDIAN(&pVolDesc->VolumeSpaceSize), pThis->cBlocksInPrimaryVolumeSpace); 5562 #endif 5561 5563 if (ISO9660_GET_ENDIAN(&pVolDesc->cVolumesInSet) != pThis->cVolumesInSet) 5562 5564 return RTERRINFO_LOG_SET_F(pErrInfo, VERR_VFS_UNSUPPORTED_FORMAT,
Note:
See TracChangeset
for help on using the changeset viewer.