Changeset 28649 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- Apr 23, 2010 2:14:47 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp
r28647 r28649 626 626 } 627 627 628 /* Did we get the same result? Also count in the added argv[0] above!*/629 Assert( (uNumArgs + 1) == pData->uNumArgs);628 /* Did we get at least as much arguments as told? */ 629 Assert(pData->uNumArgs >= uNumArgs); 630 630 631 631 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.