Eliminate "packageregistry" file on unix (bug 33863), patch by Peter "jag" Annema

<disttsc@bart.nl>, r=dveditz@netscape.com
This commit is contained in:
dveditz%netscape.com 2000-09-15 06:19:53 +00:00
parent 55402f7f8f
commit 72f28baa8a

View File

@ -176,7 +176,7 @@ static REGERR vr_Init(void)
regbuf = (char*)XP_ALLOC( 10 + XP_STRLEN(app_dir) );
if (regbuf != NULL ) {
XP_STRCPY( regbuf, app_dir );
XP_STRCAT( regbuf, "registry" );
XP_STRCAT( regbuf, "/registry" );
}
else {
err = REGERR_MEMORY;