VirtualBox

忽略:
時間撮記:
2015-6-24 上午09:58:45 (9 年 以前)
作者:
vboxsync
訊息:

DnD: GuestDnDTargetImpl.cpp: Use destination paths for data block.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r56553 r56616  
    835835    if (mDataBase.mProtocolVersion <= 1)
    836836    {
    837         pMsg->setNextString(aFile.GetSourcePath().c_str());                  /* pvName */
    838         pMsg->setNextUInt32((uint32_t)(aFile.GetSourcePath().length() + 1)); /* cbName */
     837        pMsg->setNextString(aFile.GetDestPath().c_str());                  /* pvName */
     838        pMsg->setNextUInt32((uint32_t)(aFile.GetDestPath().length() + 1)); /* cbName */
    839839    }
    840840    else
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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