VirtualBox

Changeset 55633 in vbox


Ignore:
Timestamp:
May 4, 2015 4:21:53 AM (9 years ago)
Author:
vboxsync
Message:

typo in open action conversion.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r55631 r55633  
    1051710517      <desc>Opens an existing file and places the file pointer at the end of
    1051810518        the file, creates the file if it does not exist.  This action implies
    10519         write access. (Was "ca".)
     10519        write access. (Was "oa".)
    1052010520        <note>
    1052110521          <!-- @todo r=bird: See iprt/file.h, RTFILE_O_APPEND - not an action/disposition!
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r55631 r55633  
    31633163        case (FileOpenAction_T)FileOpenAction_OpenExistingTruncated: openInfo.mpszOpenAction = "ot"; break;
    31643164        case (FileOpenAction_T)FileOpenAction_AppendOrCreate:
    3165             openInfo.mpszOpenAction = "ca"; /** @todo get rid of this one and implement AppendOnly/AppendRead. */
     3165            openInfo.mpszOpenAction = "oa"; /** @todo get rid of this one and implement AppendOnly/AppendRead. */
    31663166            break;
    31673167        default:
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette