Changeset 34292 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 23, 2010 4:06:39 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68046
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp
r34244 r34292 890 890 int handleExtPack(HandlerArg *a) 891 891 { 892 if (a->argc < 2)892 if (a->argc < 1) 893 893 return errorSyntax(USAGE_EXTPACK, "Incorrect number of parameters"); 894 894
Note:
See TracChangeset
for help on using the changeset viewer.