This commit is contained in:
bzbarsky%mit.edu 2004-07-15 21:10:06 +00:00
Родитель 888f05425c
Коммит 86c1015042
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -86,7 +86,7 @@ nsFileProtocolHandler::ReadURLFile(nsIFile* aFile, nsIURI** aURI)
return NS_ERROR_NOT_AVAILABLE;
#else
nsAutoString path;
rv = aFile->GetPath(path);
nsresult rv = aFile->GetPath(path);
if (NS_FAILED(rv))
return rv;