VirtualBox

Changeset 35437 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 7, 2011 5:09:16 PM (14 years ago)
Author:
vboxsync
Message:

Main/GuestControl: fixed check

File:
1 edited

Legend:

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

    r35368 r35437  
    14511451        char **papszArgv = NULL;
    14521452        uint32_t uNumArgs = 0;
    1453         if (aArguments > 0)
     1453        if (aArguments)
    14541454        {
    14551455            com::SafeArray<IN_BSTR> args(ComSafeArrayInArg(aArguments));
     
    14791479                uint32_t uNumEnv = 0;
    14801480                uint32_t cbEnv = 0;
    1481                 if (aEnvironment > 0)
     1481                if (aEnvironment)
    14821482                {
    14831483                    com::SafeArray<IN_BSTR> env(ComSafeArrayInArg(aEnvironment));
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