Changeset 79967 in vbox
- Timestamp:
- Jul 24, 2019 9:43:02 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132398
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VDI.cpp
r79965 r79967 728 728 rc = vdIfError(pImage->pIfError, rc, RT_SRC_POS, 729 729 N_("VDI: Getting AllocationBlockSize for '%s' failed (%Rrc)"), pImage->pszFilename, rc); 730 } 730 } else 731 pImage->cbAllocationBlock = VDI_IMAGE_DEFAULT_BLOCK_SIZE; 731 732 732 733 if (pIfCfg)
Note:
See TracChangeset
for help on using the changeset viewer.