зеркало из https://github.com/mozilla/gecko-dev.git
Родитель
a40225584e
Коммит
0a2c498177
|
@ -84,10 +84,7 @@ nsPluginsDir::nsPluginsDir(PRUint16 location)
|
|||
const char *pluginsDir = sysdir.GetCString(); // native path
|
||||
if (pluginsDir != NULL)
|
||||
{
|
||||
const char* allocPath;
|
||||
|
||||
allocPath = PL_strdup(pluginsDir);
|
||||
*(nsFileSpec*)this = allocPath;
|
||||
*(nsFileSpec*)this = pluginsDir;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -84,10 +84,7 @@ nsPluginsDir::nsPluginsDir(PRUint16 location)
|
|||
const char *pluginsDir = sysdir.GetCString(); // native path
|
||||
if (pluginsDir != NULL)
|
||||
{
|
||||
const char* allocPath;
|
||||
|
||||
allocPath = PL_strdup(pluginsDir);
|
||||
*(nsFileSpec*)this = allocPath;
|
||||
*(nsFileSpec*)this = pluginsDir;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче