Changeset 7340 in vbox for trunk/src/VBox/Runtime/generic
- Timestamp:
- Mar 6, 2008 5:51:43 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28758
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/generic/RTFileCopy-generic.cpp
r5999 r7340 44 44 RTDECL(int) RTFileCopy(const char *pszSrc, const char *pszDst) 45 45 { 46 return RTFileCopyEx(pszSrc, pszDst, NULL, NULL);46 return RTFileCopyEx(pszSrc, pszDst, 0, NULL, NULL); 47 47 } 48 48
Note:
See TracChangeset
for help on using the changeset viewer.