VirtualBox

Changeset 95330 in vbox for trunk/src


Ignore:
Timestamp:
Jun 21, 2022 2:50:11 PM (3 years ago)
Author:
vboxsync
Message:

Main/ConsoleImpl.cpp: nit

File:
1 edited

Legend:

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

    r94848 r95330  
    63336333
    63346334        parm[0].type = VBOX_HGCM_SVC_PARM_PTR;
    6335         parm[0].u.pointer.addr = (void*)aName.c_str();
     6335        parm[0].u.pointer.addr = (void *)aName.c_str();
    63366336        parm[0].u.pointer.size = (uint32_t)aName.length() + 1; /* The + 1 is the null terminator */
    63376337
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