Fixing some of the Linux breakage.

This commit is contained in:
mcafee%netscape.com 1999-06-15 06:22:35 +00:00
Родитель eb5234afd3
Коммит c268f90bb2
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -915,7 +915,7 @@ NS_IMETHODIMP nsPref::SetFilePref(const char *pref_name,
"component://netscape/filespec",
(nsISupports*)nsnull,
nsIFileSpec::GetIID(),
&tmp);
(void**)&tmp);
if (NS_FAILED(rv))
return rv;
if (!tmp)
@ -1345,7 +1345,7 @@ extern "C" JSBool pref_InitInitialObjects()
"component://netscape/directoryiterator",
(nsISupports*)nsnull,
nsIDirectoryIterator::GetIID(),
&i);
(void**)&i);
if (NS_FAILED(i->Init(componentsDir)))
return JS_FALSE;