VirtualBox

Changeset 59831 in vbox


Ignore:
Timestamp:
Feb 26, 2016 10:13:47 AM (9 years ago)
Author:
vboxsync
Message:

Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp

    r58519 r59831  
    11891189                {
    11901190                    LogFlowFunc(("Returning uMsg=%RU32\n", uMsg));
    1191                     rc = HGCM::Message::copyParms(pMsg->getCount(), pMsg->getParms(), pCBData->paParms);
     1191                    rc = HGCM::Message::copyParms(pCBData->paParms, pCBData->cParms,  pMsg->getParms(), pMsg->getCount());
    11921192                    if (RT_SUCCESS(rc))
    11931193                    {
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