- Timestamp:
- Jan 30, 2012 6:53:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r38876 r39912 2734 2734 } 2735 2735 else 2736 pIoTest->u.offNext = pIoTest->offEnd < pIoTest->offStart ? pIoTest->offStart - cbBlkSize : 0;2736 pIoTest->u.offNext = pIoTest->offEnd < pIoTest->offStart ? pIoTest->offStart - cbBlkSize : offStart; 2737 2737 2738 2738 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.