Changeset 18490 in vbox
- Timestamp:
- Mar 29, 2009 1:39:06 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45329
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp
r18489 r18490 222 222 if (ulVsys >= cVirtualSystemDescriptions) 223 223 return errorSyntax(USAGE_IMPORTAPPLIANCE, 224 "Invalid index %RI32 with -vsys option; the OVF contains only % RI32virtual system(s).",224 "Invalid index %RI32 with -vsys option; the OVF contains only %zu virtual system(s).", 225 225 ulVsys, cVirtualSystemDescriptions); 226 226 }
Note:
See TracChangeset
for help on using the changeset viewer.