mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
Eliminate "packageregistry" file on unix (bug 33863), patch by Peter "jag" Annema
<disttsc@bart.nl>, r=dveditz@netscape.com
This commit is contained in:
parent
55402f7f8f
commit
72f28baa8a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user