From f946c12be0624793914206c40e51be83df05017b Mon Sep 17 00:00:00 2001 From: vboxsync Date: Wed, 28 Apr 2010 19:10:47 +0000 Subject: IPRT: pathhost changes. git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@28877 cfe28804-0f27-0410-a406-dd0f0b0b656f --- src/VBox/Runtime/generic/pathhost-generic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/VBox/Runtime/generic/pathhost-generic.cpp') diff --git a/src/VBox/Runtime/generic/pathhost-generic.cpp b/src/VBox/Runtime/generic/pathhost-generic.cpp index f1198e8aaaf..5406f5e9a45 100644 --- a/src/VBox/Runtime/generic/pathhost-generic.cpp +++ b/src/VBox/Runtime/generic/pathhost-generic.cpp @@ -46,7 +46,7 @@ int rtPathToNativeEx(char **ppszNativePath, const char *pszPath, const char *psz return RTStrUtf8ToCurrentCP(ppszNativePath, pszPath); } -void rtPathFreeNative(char *pszNativePath) +void rtPathFreeNative(char *pszNativePath, const char *pszPath) { if (pszNativePath) RTStrFree(pszNativePath); -- cgit v1.2.1