Changeset 76221 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Dec 13, 2018 8:04:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/extvfs.cpp
r76216 r76221 368 368 { 369 369 RTVFS hVfs; 370 rc = RTFs FatVolOpen(hVfsFileIn, (uint32_t)pElement->uProvider, (uint32_t)(pElement->uProvider >> 32), &hVfs, pErrInfo);370 rc = RTFsExtVolOpen(hVfsFileIn, (uint32_t)pElement->uProvider, (uint32_t)(pElement->uProvider >> 32), &hVfs, pErrInfo); 371 371 RTVfsFileRelease(hVfsFileIn); 372 372 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.