- Timestamp:
- Sep 30, 2010 8:41:24 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/tar.cpp
r32756 r32836 608 608 if (fOpen & RTFILE_O_WRITE) 609 609 { 610 if ( pInt->fOpenMode & RTFILE_O_READ)610 if (!(pInt->fOpenMode & RTFILE_O_WRITE)) 611 611 return VERR_WRITE_PROTECT; 612 612 if (pInt->fFileOpenForWrite)
Note:
See TracChangeset
for help on using the changeset viewer.