зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c40b54ea5d
Коммит
ea017a1019
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче