pp needed in string2ustring
This commit is contained in:
parent
f2a079c8d7
commit
185ca3ccaf
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: profile.c,v $
|
||||
*
|
||||
* $Revision: 1.3 $
|
||||
* $Revision: 1.4 $
|
||||
*
|
||||
* last change: $Author: mfe $ $Date: 2000-10-31 15:29:02 $
|
||||
* last change: $Author: mfe $ $Date: 2000-11-01 14:36:10 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -1280,7 +1280,7 @@ sal_Bool SAL_CALL osl_getProfileName(rtl_uString* ustrPath, rtl_uString* ustrNam
|
|||
|
||||
/* Convert result to UNC notation */
|
||||
|
||||
rtl_string2UString( strNativeName, pszBuffer, rtl_str_getLength( pszBuffer ), osl_getThreadTextEncoding(), OUSTRING_TO_OSTRING_CVTFLAGS );
|
||||
rtl_string2UString( &strNativeName, pszBuffer, rtl_str_getLength( pszBuffer ), osl_getThreadTextEncoding(), OUSTRING_TO_OSTRING_CVTFLAGS );
|
||||
|
||||
osl_normalizePath( strNativeName, strProfileName );
|
||||
rtl_uString_release( strNativeName );
|
||||
|
|
Loading…
Reference in a new issue