Changeset 70997 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 13, 2018 12:42:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/vfs/vfschain.cpp
r69984 r70997 1258 1258 const char *pszFinal = NULL; 1259 1259 RTVFSOBJ hVfsObj = NIL_RTVFSOBJ; 1260 pSpec->fOpenFile = fOpen;1260 pSpec->fOpenFile = RTFILE_O_READ; 1261 1261 rc = RTVfsChainSpecCheckAndSetup(pSpec, NULL /*pReuseSpec*/, &hVfsObj, &pszFinal, poffError, pErrInfo); 1262 1262 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.