- Timestamp:
- Feb 23, 2019 1:59:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/fs/FsPerf.cpp
r77442 r77445 2424 2424 /* Generate a randomly sized write at a random location, making 2425 2425 sure it differs from whatever is there already before writing. */ 2426 uint32_t const cbToWrite = RTRandU32Ex(1, cbBuf);2426 uint32_t const cbToWrite = RTRandU32Ex(1, (uint32_t)cbBuf); 2427 2427 uint64_t const offToWrite = RTRandU64Ex(0, cbMapping - cbToWrite); 2428 2428
Note:
See TracChangeset
for help on using the changeset viewer.