VirtualBox

儲存庫 vbox 的更動 55633


忽略:
時間撮記:
2015-5-4 上午04:21:53 (10 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
100006
訊息:

typo in open action conversion.

位置:
trunk/src/VBox/Main
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • 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:
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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