Changeset 42039 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Jul 6, 2012 1:29:33 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78939
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r41785 r42039 990 990 cbBufClear += cbThisRead; 991 991 992 rc = VINF_SUCCESS; 992 if (pImage->uOpenFlags & VD_OPEN_FLAGS_INFORM_ABOUT_ZERO_BLOCKS) 993 rc = VINF_VD_NEW_ZEROED_BLOCK; 994 else 995 rc = VINF_SUCCESS; 993 996 } 994 997 else if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.