fix small problem with derefing null nscomptr... the compiler should know what I mean, not what I type!

This commit is contained in:
pavlov%netscape.com 2000-03-22 11:08:36 +00:00
Родитель 74fccc2067
Коммит e86f6f8f06
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -52,6 +52,8 @@ nsFilePicker::nsFilePicker()
mNumberOfFilters = 0;
mUnicodeEncoder = nsnull;
mUnicodeDecoder = nsnull;
mDisplayDirectory = do_CreateInstance("component://mozilla/file/local");
}
//-------------------------------------------------------------------------