Changeset 40032 in vbox for trunk/src/VBox/Storage
- Timestamp:
- Feb 7, 2012 11:28:44 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76156
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VDI.cpp
r40031 r40032 2509 2509 else if (pfnParentRead) 2510 2510 { 2511 rc = pfnParentRead(pvParent, i * cbBlock, pvBuf, cbBlock);2511 rc = pfnParentRead(pvParent, (uint64_t)i * cbBlock, pvBuf, cbBlock); 2512 2512 if (RT_FAILURE(rc)) 2513 2513 break;
Note:
See TracChangeset
for help on using the changeset viewer.