This commit is contained in:
dveditz%netscape.com 1999-09-17 23:42:47 +00:00
Родитель ef1b70ce79
Коммит ba2ca9f2b5
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -273,6 +273,7 @@ extern void vr_findGlobalRegName()
if (err == noErr && thePath)
{
#if defined(STANDALONE_REGISTRY) || defined(USE_STDIO_MODES)
thePath[pathLen] = '\0';
globalRegName = XP_STRDUP(*(char**)thePath);
#else
/* Since we're now using NSPR, this HAS to be a unix path! */