VirtualBox

Ignore:
Timestamp:
Jun 24, 2015 9:58:45 AM (9 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
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