VirtualBox

Changeset 39644 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Dec 16, 2011 10:56:51 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75444
Message:

d'oh!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/generic/RTFileMove-generic.cpp

    r39643 r39644  
    4848    AssertMsgReturn(*pszSrc, ("%p\n", pszSrc), VERR_INVALID_PARAMETER);
    4949    AssertMsgReturn(*pszDst, ("%p\n", pszDst), VERR_INVALID_PARAMETER);
    50     AssertMsgReturn(!(fMove & ~(RTFILEMOVE_FLAGS_REPLACE), ("%#x\n", fMove), VERR_INVALID_PARAMETER);
     50    AssertMsgReturn(!(fMove & ~RTFILEMOVE_FLAGS_REPLACE), ("%#x\n", fMove), VERR_INVALID_PARAMETER);
    5151
    5252    /*
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