Changeset 23973 in vbox for trunk/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage
- Timestamp:
- Oct 22, 2009 12:34:22 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53801
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VBoxHDDFormats/AppleDiskImage/VBoxDMG.cpp
r21405 r23973 1035 1035 */ 1036 1036 RTFILE hFile; 1037 int rc = RTFileOpen(&hFile, pszFilename, RTFILE_O_ OPEN | RTFILE_O_READ| RTFILE_O_DENY_WRITE);1037 int rc = RTFileOpen(&hFile, pszFilename, RTFILE_O_READ | RTFILE_O_OPEN | RTFILE_O_DENY_WRITE); 1038 1038 if (RT_FAILURE(rc)) 1039 1039 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.