Changeset 35437 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 7, 2011 5:09:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/GuestCtrlImpl.cpp
r35368 r35437 1451 1451 char **papszArgv = NULL; 1452 1452 uint32_t uNumArgs = 0; 1453 if (aArguments > 0)1453 if (aArguments) 1454 1454 { 1455 1455 com::SafeArray<IN_BSTR> args(ComSafeArrayInArg(aArguments)); … … 1479 1479 uint32_t uNumEnv = 0; 1480 1480 uint32_t cbEnv = 0; 1481 if (aEnvironment > 0)1481 if (aEnvironment) 1482 1482 { 1483 1483 com::SafeArray<IN_BSTR> env(ComSafeArrayInArg(aEnvironment));
Note:
See TracChangeset
for help on using the changeset viewer.