Changeset 69829 in vbox
- Timestamp:
- Nov 24, 2017 5:46:28 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmvfs.cpp
r69828 r69829 761 761 * Open volume file. 762 762 */ 763 RTDVMVOLUME hVolume ;763 RTDVMVOLUME hVolume = NIL_RTDVMVOLUME; 764 764 int rc = rtDvmVfsDir_FindEntry(pThis, pszEntry, &hVolume); 765 765 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.