Kaydet (Commit) 72527fa9 authored tarafından David Tardon's avatar David Tardon

WaE: deprecated conversion from string constant to 'TCHAR*'

üst 2b945f8e
......@@ -387,7 +387,7 @@ static HANDLE WINAPI OpenDirectory( rtl_uString* pPath)
sal_uInt32 nLen = rtl_uString_getLength( pPath );
if ( nLen )
{
TCHAR* pSuffix = 0;
const TCHAR* pSuffix = 0;
sal_uInt32 nSuffLen = 0;
if ( pPath->buffer[nLen - 1] != L'\\' )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment