VirtualBox

Ignore:
Timestamp:
Dec 19, 2008 1:52:38 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41250
Message:

VBoxManage/convertfromraw: forgotten parameter checking and default image format.

File:
1 edited

Legend:

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

    r15602 r15692  
    478478    }
    479479
     480    if (!srcfilename || !dstfilename || (fReadFromStdIn && !filesize))
     481        return errorSyntax(USAGE_CONVERTFROMRAW, "Incorrect number of parameters");
    480482    RTPrintf("Converting from raw image file=\"%s\" to file=\"%s\"...\n",
    481483             srcfilename, dstfilename);
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