- Timestamp:
- Jan 14, 2025 9:28:52 AM (4 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r107736 r107738 8673 8673 uint32_t cbGTOff = RT_ALIGN_Z(VMDK_SECTOR2BYTE(cDirSectorDiff + cTableSectorDiff + cDirSectorDiff), 512); 8674 8674 8675 /** @todo r=aeichner An error here doesn't make the whole operation fail, it just breaks out of the loop. */ 8675 /** @todo r=aeichner An error here doesn't make the whole operation fail, it just breaks out of the loop. */ 8676 8676 for (int i = pExtent->cGDEntries - 1; i >= 0; i--) 8677 8677 {
Note:
See TracChangeset
for help on using the changeset viewer.