Changeset 12928 in vbox for trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
- Timestamp:
- Oct 2, 2008 11:36:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VmdkHDDCore.cpp
r12892 r12928 5070 5070 } 5071 5071 5072 AssertMsg( (cSeg >= 0) && (cbRead == 0), ("No segment left but there is still data to read\n"));5072 AssertMsg(cbRead == 0, ("No segment left but there is still data to read\n")); 5073 5073 5074 5074 if (cTasksToSubmit == 0) … … 5206 5206 } 5207 5207 5208 AssertMsg( (cSeg >= 0) && (cbWrite == 0), ("No segment left but there is still data to read\n"));5208 AssertMsg(cbWrite == 0, ("No segment left but there is still data to read\n")); 5209 5209 5210 5210 if (cTasksToSubmit == 0)
Note:
See TracChangeset
for help on using the changeset viewer.