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

<disttsc@bart.nl>, r=dveditz@netscape.com


git-svn-id: svn://10.0.0.236/trunk@79280 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dveditz%netscape.com
2000-09-15 06:19:53 +00:00
parent 7ef6a305ea
commit 1df0ee9d48

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;