- Timestamp:
- Apr 3, 2020 4:01:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlSession.cpp
r83534 r83536 324 324 /* If we're opening a file in read-only mode, strip truncation mode. 325 325 * rtFileRecalcAndValidateFlags() will validate it anyway, but avoid asserting in debug builds. */ 326 if (fFlags & RTFILE_O_READ) 326 if (fFlags & RTFILE_O_READ) 327 327 fFlags &= ~RTFILE_O_TRUNCATE; 328 328 rc = RTFileOpen(&pFile->hFile, pFile->szName, fFlags);
Note:
See TracChangeset
for help on using the changeset viewer.