a=brendan@mozilla.org
This commit is contained in:
rusty.lynch%intel.com 2000-06-14 17:58:49 +00:00
Родитель a40225584e
Коммит 0a2c498177
2 изменённых файлов: 2 добавлений и 8 удалений

Просмотреть файл

@ -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;
}
}