Changeset 21360 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Jul 7, 2009 4:33:26 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49709
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp
r20928 r21360 202 202 203 203 case VINF_GETOPT_NOT_OPTION: 204 if ( !strOvfFilename)204 if (strOvfFilename.isEmpty()) 205 205 strOvfFilename = ValueUnion.psz; 206 206 else … … 225 225 } 226 226 227 if ( !strOvfFilename)227 if (strOvfFilename.isEmpty()) 228 228 return errorSyntax(USAGE_IMPORTAPPLIANCE, "Not enough arguments for \"import\" command."); 229 229
Note:
See TracChangeset
for help on using the changeset viewer.