VirtualBox

Changeset 82365 in vbox for trunk/src


Ignore:
Timestamp:
Dec 4, 2019 7:36:13 AM (5 years ago)
Author:
vboxsync
Message:

scm fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r82363 r82365  
    14401440
    14411441            /* Check the target path. If the path exists and folder isn't empty return an error */
    1442             {         
     1442            {
    14431443                Bstr bstrSettingsFilename;
    14441444                /* Based on the VM name, create a target machine path. */
     
    14611461                    RTDIR hDir;
    14621462                    vrc = RTDirOpen(&hDir, strMachineFolder.c_str());
    1463                     if (RT_SUCCESS(vrc)) 
     1463                    if (RT_SUCCESS(vrc))
    14641464                    {
    14651465                        RTDIRENTRY DirEntry;
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