Changeset 37739 in vbox for trunk/src/VBox/Storage/Parallels.cpp
- Timestamp:
- Jul 3, 2011 8:42:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/Parallels.cpp
r36633 r37739 650 650 } 651 651 652 if (RT_SUCCESS(rc)) 652 if ( RT_SUCCESS(rc) 653 || rc == VERR_VD_BLOCK_FREE) 653 654 { 654 655 if (pcbActuallyRead)
Note:
See TracChangeset
for help on using the changeset viewer.