VirtualBox

Ignore:
Timestamp:
Apr 28, 2010 8:36:16 PM (15 years ago)
Author:
vboxsync
Message:

build fix.

File:
1 edited

Legend:

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

    r28877 r28880  
    5454
    5555
    56 int rtPathFromNative(char **pszPath, const char *pszNativePath)
     56int rtPathFromNative(char **ppszPath, const char *pszNativePath)
    5757{
    58     return RTStrCurrentCPToUtf8(pszPath, pszNativePath);
     58    return RTStrCurrentCPToUtf8(ppszPath, pszNativePath);
    5959}
    6060
    6161
    62 int rtPathFromNativeEx(char **pszPath, const char *pszNativePath, const char *pszBasePath)
     62int rtPathFromNativeEx(char **ppszPath, const char *pszNativePath, const char *pszBasePath)
    6363{
    6464    NOREF(pszBasePath);
    65     return RTStrCurrentCPToUtf8(pszPath, pszNativePath);
     65    return RTStrCurrentCPToUtf8(ppszPath, pszNativePath);
    6666}
    6767
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette