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