Version Registry used NATIVE strings not NSPR paths. Adjusting.

This commit is contained in:
dougt%netscape.com 1999-06-02 02:05:12 +00:00
Родитель 47ee537453
Коммит 55ee208dfb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -114,7 +114,7 @@ nsSoftwareUpdate::nsSoftwareUpdate()
NR_StartupRegistry(); /* startup the registry; if already started, this will essentially be a noop */
nsSpecialSystemDirectory appDir(nsSpecialSystemDirectory::OS_CurrentProcessDirectory);
VR_SetRegDirectory( nsNSPRPath(appDir) );
VR_SetRegDirectory( appDir.GetNativePathCString() );
/***************************************/
/* Stupid Hack to test js env*/