зеркало из https://github.com/mozilla/pjs.git
bustage fix. I typed the wrong bug number into the comment for the original patch. b=297600
This commit is contained in:
Родитель
bf441c38cf
Коммит
520b201816
|
@ -57,6 +57,7 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <mach-o/loader.h>
|
||||
#include <mach-o/fat.h>
|
||||
|
||||
|
@ -153,7 +154,7 @@ static PRBool IsLoadablePlugin(CFURLRef aURL)
|
|||
|
||||
PRBool nsPluginsDir::IsPluginFile(nsIFile* file)
|
||||
{
|
||||
CFURLRef pluginURL;
|
||||
CFURLRef pluginURL = NULL;
|
||||
if (NS_FAILED(toCFURLRef(file, pluginURL)))
|
||||
return PR_FALSE;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче