VirtualBox

Changeset 98714 in vbox for trunk/src


Ignore:
Timestamp:
Feb 24, 2023 10:16:44 AM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156014
Message:

Guest Control/Main: Compilation fix when VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS is defined. bugref:9783

File:
1 edited

Legend:

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

    r98710 r98714  
    785785                PCALLBACKDATA_DIR_NOTIFY const pDirNotify = (PCALLBACKDATA_DIR_NOTIFY)pEvent->Payload().Raw();
    786786                AssertPtrReturn(pDirNotify, VERR_INVALID_POINTER);
    787                 vrcGuest = (int)pDirNotify->rc;
     787                int vrcGuest = (int)pDirNotify->rc;
    788788                if (RT_SUCCESS(vrcGuest))
    789789                {
Note: See TracChangeset for help on using the changeset viewer.

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