Changeset 66251 in vbox
- Timestamp:
- Mar 26, 2017 9:59:22 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 114172
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/testcase/tstVDIo.cpp
r66250 r66251 2441 2441 && cSectorsLeft) 2442 2442 { 2443 uint32_t cThisSectors = VDIoRndGetU32Ex(pIoTest->pIoRnd, 1, cSectorsLeft / 2);2443 uint32_t cThisSectors = VDIoRndGetU32Ex(pIoTest->pIoRnd, 1, (uint32_t)cSectorsLeft / 2); 2444 2444 size_t cbThisBuf = cThisSectors * 512; 2445 2445
Note:
See TracChangeset
for help on using the changeset viewer.