This commit is contained in:
dougt%netscape.com 1999-08-25 00:19:00 +00:00
Родитель 4e3cda1596
Коммит 902502f2fa
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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