VirtualBox

Changeset 17647 in vbox for trunk


Ignore:
Timestamp:
Mar 10, 2009 5:55:32 PM (16 years ago)
Author:
vboxsync
Message:

OVF: fix windows burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ApplianceImpl.cpp

    r17646 r17647  
    28332833            // source path: where the VBox image is
    28342834            const Utf8Str &strSrcFilePath = pDiskEntry->strVbox;
    2835             const Bstr bstrSrcFilePath(strSrcFilePath);
     2835            Bstr bstrSrcFilePath(strSrcFilePath);
    28362836            if (!RTPathExists(strSrcFilePath.c_str()))
    28372837                /* This isn't allowed */
Note: See TracChangeset for help on using the changeset viewer.

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