VirtualBox

Ignore:
Timestamp:
Dec 14, 2011 3:16:15 PM (13 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/win/Stub/VBoxStub.cpp

    r38636 r39613  
    475475        if (!RTDirExists(szExtractPath))
    476476        {
    477             vrc = RTDirCreate(szExtractPath, 0700);
     477            vrc = RTDirCreate(szExtractPath, 0700, 0);
    478478            AssertMsgRCBreak(vrc, ("Could not create temp directory!\n"));
    479479        }
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