Changeset 41552 in vbox for trunk/src/VBox
- Timestamp:
- Jun 1, 2012 6:03:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/filesystem/filesystemext.cpp
r41549 r41552 232 232 233 233 static bool rtFsExtIsBlockRangeInUse(PRTFILESYSTEMEXTBLKGRP pBlkGrpDesc, 234 uint32_t offBlockStart, uint32_t cBlocks)234 uint32_t offBlockStart, size_t cBlocks) 235 235 { 236 236 bool fUsed = false;
Note:
See TracChangeset
for help on using the changeset viewer.