зеркало из https://github.com/mozilla/gecko-dev.git
fixing windows bustage
This commit is contained in:
Родитель
0a7a152685
Коммит
2ac5385322
|
@ -2144,7 +2144,7 @@ NS_IMETHODIMP nsExternalHelperAppService::GetFromTypeAndExtension(const char *aM
|
||||||
* right; any info we get from extras on this type is pretty much
|
* right; any info we get from extras on this type is pretty much
|
||||||
* useless....
|
* useless....
|
||||||
*/
|
*/
|
||||||
if (PL_strcasecmp(aMimeContentType, APPLICATION_OCTET_STREAM) != 0)
|
if (PL_strcasecmp(aMIMEType, APPLICATION_OCTET_STREAM) != 0)
|
||||||
#endif
|
#endif
|
||||||
GetMIMEInfoForMimeTypeFromExtras(aMIMEType, _retval);
|
GetMIMEInfoForMimeTypeFromExtras(aMIMEType, _retval);
|
||||||
LOG(("Searched extras (by type), found 0x%p\n", *_retval));
|
LOG(("Searched extras (by type), found 0x%p\n", *_retval));
|
||||||
|
|
Загрузка…
Ссылка в новой задаче