зеркало из https://github.com/mozilla/pjs.git
Under BeOS, we must call Normalize() on a local file before it can be used.
Thanks to Hiromasa Kato <hiro@eng.ia.state.edu> for the patch. Bug #53014. r=cls@seawood.org sr=scc@mozilla.org
This commit is contained in:
Родитель
f5efcdfec7
Коммит
5b1e0aaaa4
|
@ -247,6 +247,7 @@ nsDirectoryService::GetCurrentProcessDirectory(nsILocalFile** aFile)
|
|||
if (moz5)
|
||||
{
|
||||
localFile->InitWithPath(moz5);
|
||||
localFile->Normalize();
|
||||
*aFile = localFile;
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче