VirtualBox

Ignore:
Timestamp:
Jul 7, 2009 4:38:46 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49711
Message:

backing out r49709 to fix windows burns for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageImport.cpp

    r21360 r21362  
    202202
    203203            case VINF_GETOPT_NOT_OPTION:
    204                 if (strOvfFilename.isEmpty())
     204                if (!strOvfFilename)
    205205                    strOvfFilename = ValueUnion.psz;
    206206                else
     
    225225    }
    226226
    227     if (strOvfFilename.isEmpty())
     227    if (!strOvfFilename)
    228228        return errorSyntax(USAGE_IMPORTAPPLIANCE, "Not enough arguments for \"import\" command.");
    229229
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette