VirtualBox

Changeset 7370 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 7, 2008 2:46:00 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28794
Message:

A little adjustment of the RTFILECOPY flags.

File:
1 edited

Legend:

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

    r7349 r7370  
    43174317    Utf8Str nf = Utf8StrFmt ("%s.%s.bak", of.raw(), aOldFormat.raw());
    43184318
    4319     int vrc = RTFileCopyEx (of, nf, RTFILECOPY_FLAG_NO_DENY_WRITE,
     4319    int vrc = RTFileCopyEx (of, nf, RTFILECOPY_FLAGS_NO_SRC_DENY_WRITE,
    43204320                            NULL, NULL);
    43214321
     
    43274327        {
    43284328            nf = Utf8StrFmt ("%s.%d", tmp.raw(), i);
    4329             vrc = RTFileCopyEx (of, nf, RTFILECOPY_FLAG_NO_DENY_WRITE,
     4329            vrc = RTFileCopyEx (of, nf, RTFILECOPY_FLAGS_NO_SRC_DENY_WRITE,
    43304330                                NULL, NULL);
    43314331        }
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