# 37239
r = mkaply, a = brendan OS/2 bringup - need a cast for OS/2 - OS/2 only git-svn-id: svn://10.0.0.236/trunk@71382 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -463,7 +463,7 @@ NS_IMETHODIMP
|
||||
nsLocalFile::GetPath(char **_retval)
|
||||
{
|
||||
NS_ENSURE_ARG_POINTER(_retval);
|
||||
*_retval = (char*)nsAllocator::Clone(mPath, strlen(mPath) + 1);
|
||||
*_retval = (char*)nsAllocator::Clone((const char*)mPath, strlen(mPath) + 1);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user