summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/common/misc/RTFileOpenF.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Runtime/common/misc/RTFileOpenF.cpp')
-rw-r--r--src/VBox/Runtime/common/misc/RTFileOpenF.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Runtime/common/misc/RTFileOpenF.cpp b/src/VBox/Runtime/common/misc/RTFileOpenF.cpp
index 39e50e13c..008503f06 100644
--- a/src/VBox/Runtime/common/misc/RTFileOpenF.cpp
+++ b/src/VBox/Runtime/common/misc/RTFileOpenF.cpp
@@ -1,4 +1,4 @@
-/* $Id: RTFileOpenF.cpp $ */
+/* $Id: RTFileOpenF.cpp 37596 2011-06-22 19:30:06Z vboxsync $ */
/** @file
* IPRT - RTFileOpenF.
*/
@@ -32,7 +32,7 @@
#include "internal/iprt.h"
-RTR3DECL(int) RTFileOpenF(PRTFILE pFile, uint32_t fOpen, const char *pszFilenameFmt, ...)
+RTR3DECL(int) RTFileOpenF(PRTFILE pFile, uint64_t fOpen, const char *pszFilenameFmt, ...)
{
va_list va;
va_start(va, pszFilenameFmt);