Changeset 39644 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Dec 16, 2011 10:56:51 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75444
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTFileMove-generic.cpp
r39643 r39644 48 48 AssertMsgReturn(*pszSrc, ("%p\n", pszSrc), VERR_INVALID_PARAMETER); 49 49 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); 51 51 52 52 /*
Note:
See TracChangeset
for help on using the changeset viewer.