Changeset 41324 in vbox
- Timestamp:
- May 16, 2012 8:26:41 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageHostonly.cpp
r41174 r41324 78 78 static int handleRemove(HandlerArg *a, int iStart, int *pcProcessed) 79 79 { 80 *pcProcessed = 0; 80 81 if (a->argc - iStart < 1) 81 {82 *pcProcessed = 0;83 82 return errorSyntax(USAGE_HOSTONLYIFS, "Not enough parameters"); 84 }85 83 86 84 int index = iStart;
Note:
See TracChangeset
for help on using the changeset viewer.