VirtualBox

Changeset 222 in vbox


Ignore:
Timestamp:
Jan 22, 2007 10:27:58 AM (18 years ago)
Author:
vboxsync
Message:

Fixed parameters order in HGCM host call. That produced warning, reported by Frank.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/hgcm/HGCM.cpp

    r1 r222  
    11491149                {
    11501150                    LogFlow(("HGCMMSGID_HOSTCALL found service, forwarding the call.\n"));
    1151                     pService->HostCall (0, NULL, pMsg->u32Function, pMsg->cParms, pMsg->paParms);
     1151                    pService->HostCall (NULL, 0, pMsg->u32Function, pMsg->cParms, pMsg->paParms);
    11521152                }
    11531153            } break;
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