Changeset 82337 in vbox for trunk/src/VBox/Main
- Timestamp:
- Dec 3, 2019 10:22:30 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp
r81964 r82337 1819 1819 /* Write the file on the disk */ 1820 1820 vrc = RTVfsFileOpenNormal(strAbsDstPath.c_str(), 1821 RTFILE_O_WRITE | RTFILE_O_DENY_ALL | RTFILE_O_CREATE ,1821 RTFILE_O_WRITE | RTFILE_O_DENY_ALL | RTFILE_O_CREATE_REPLACE, 1822 1822 &hVfsDstFile); 1823 1823 if (RT_FAILURE(vrc))
Note:
See TracChangeset
for help on using the changeset viewer.