зеркало из https://github.com/mozilla/pjs.git
fixing build bustage.
This commit is contained in:
Родитель
4e3cda1596
Коммит
902502f2fa
|
@ -898,7 +898,7 @@ nsFileChannel::Exists(PRBool *result)
|
|||
NS_IMETHODIMP
|
||||
nsFileChannel::Create()
|
||||
{
|
||||
nsFileSpec mySpec(mSpec, PR_TRUE); // relative path.
|
||||
nsFileSpec mySpec(mSpec); // relative path.
|
||||
{
|
||||
nsIOFileStream testStream(mySpec); // creates the file
|
||||
// Scope ends here, file gets closed
|
||||
|
|
Загрузка…
Ссылка в новой задаче