diff --git a/modules/libreg/src/VerReg.c b/modules/libreg/src/VerReg.c index fc4e7028a3a9..39cacb585f1b 100644 --- a/modules/libreg/src/VerReg.c +++ b/modules/libreg/src/VerReg.c @@ -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;