Changeset 14454 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Nov 21, 2008 1:12:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r14358 r14454 402 402 */ 403 403 int rc = VINF_SUCCESS; 404 if (RT_SUCCESS(rc) && (cbValue < 2))404 if (RT_SUCCESS(rc) && cbValue == 0) 405 405 rc = VERR_INVALID_PARAMETER; 406 406 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.