Changeset 69610 in vbox for trunk/src/VBox/Runtime/common/dvm
- Timestamp:
- Nov 7, 2017 7:00:49 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 118970
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmvfs.cpp
r69609 r69610 594 594 RTVFS hVfs = NIL_RTVFS; 595 595 PRTDVMVFSVOL pThis = NULL; 596 intrc = RTVfsNew(&g_rtDvmVfsVolOps, sizeof(RTDVMVFSVOL), NIL_RTVFS, RTVFSLOCK_CREATE_RW, &hVfs, (void **)&pThis);596 rc = RTVfsNew(&g_rtDvmVfsVolOps, sizeof(RTDVMVFSVOL), NIL_RTVFS, RTVFSLOCK_CREATE_RW, &hVfs, (void **)&pThis); 597 597 if (RT_SUCCESS(rc)) 598 598 {
Note:
See TracChangeset
for help on using the changeset viewer.