Bugs 7132, 22712: registry keys are now case-sensitive

git-svn-id: svn://10.0.0.236/trunk@57957 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dveditz%netscape.com 2000-01-16 01:18:52 +00:00
parent 090d09601f
commit b4ceaaa6bb

View File

@ -1547,11 +1547,7 @@ static REGERR nr_FindAtLevel(REGFILE *reg,
return err;
/* check to see if it's the one we want */
#ifdef XP_UNIX
if (XP_STRCMP(namebuf, pName) == 0) {
#else
if (XP_STRCASECMP(namebuf, pName) == 0) {
#endif
/* Found it! */
if ( pDesc != NULL ) {
COPYDESC( pDesc, &desc );