fix regression in opening .eml files, and any other file extension whose content type is specified in windows registry, 240942, r/sr=bsbarsky

This commit is contained in:
bienvenu%nventure.com 2004-04-19 18:19:56 +00:00
Родитель c40b54ea5d
Коммит ea017a1019
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -354,7 +354,7 @@ already_AddRefed<nsMIMEInfoWin> nsOSHelperAppService::GetByExtension(const char
if (err == ERROR_SUCCESS)
{
nsCAutoString typeToUse;
if (aTypeHint) {
if (aTypeHint && *aTypeHint) {
typeToUse.Assign(aTypeHint);
}
else {