Changed nsMailboxGetURI to use nsFileSpec. Fixes Mac.
git-svn-id: svn://10.0.0.236/trunk@35531 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
494308738b
commit
23025c4b77
@ -90,7 +90,8 @@ static char *nsMailboxGetURI(char *nativepath)
|
||||
rv = server->GetLocalPath(&nativeServerPath);
|
||||
if (NS_FAILED(rv)) continue;
|
||||
|
||||
nsFilePath serverPath(nativeServerPath);
|
||||
nsFileSpec spec(nativeServerPath);
|
||||
nsFilePath serverPath(spec);
|
||||
PL_strfree(nativeServerPath);
|
||||
|
||||
// check if filepath begins with serverPath
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user