Changeset 9146 in vbox for trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
- Timestamp:
- May 27, 2008 8:53:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r9134 r9146 603 603 rc = VERR_INVALID_PARAMETER; 604 604 Log(("FLAG: SHFL_CF_ACT_MASK_IF_EXISTS - invalid parameter\n")); 605 }606 607 if (fShflFlags & SHFL_CF_APPEND)608 {609 Log(("FLAG: SHFL_CF_APPEND\n"));610 /** @todo fOpen |= RTFILE_O_APPEND; */611 605 } 612 606
Note:
See TracChangeset
for help on using the changeset viewer.