Changeset 14621 in vbox
- Timestamp:
- Nov 26, 2008 9:15:49 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r14620 r14621 4678 4678 4679 4679 /* which index? */ 4680 char *endptr = NULL;4681 4680 if (VINF_SUCCESS != RTStrToUInt32Full (argv[1], 10, &cmd.mIndex)) 4682 4681 return errorSyntax(USAGE_USBFILTER, "Invalid index '%s'", argv[1]);
Note:
See TracChangeset
for help on using the changeset viewer.