зеркало из https://github.com/mozilla/pjs.git
Bug 298047 - bustage fix
This commit is contained in:
Родитель
94e08bd10b
Коммит
cb788637a5
|
@ -281,7 +281,7 @@ GRE_GetPathFromConfigDir(const char* version, const char* dirname,
|
||||||
// Open the directory provided and try to read any files in that
|
// Open the directory provided and try to read any files in that
|
||||||
// directory that end with .conf. We look for an entry that might
|
// directory that end with .conf. We look for an entry that might
|
||||||
// point to the GRE that we're interested in.
|
// point to the GRE that we're interested in.
|
||||||
struct DIR *dir = opendir(dirname);
|
DIR *dir = opendir(dirname);
|
||||||
if (!dir)
|
if (!dir)
|
||||||
return nsnull;
|
return nsnull;
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче