fixing bug 192643 - Allow = as a string in the Package parameter of initInstall. r=dougt, sr=dveditz

This commit is contained in:
ssu%netscape.com 2003-02-24 19:04:29 +00:00
parent 7dcd458f5f
commit a471952231

View File

@ -2443,9 +2443,6 @@ nsInstall::BadRegName(const nsString& regName)
if ( regName.Find("/ ") != -1 )
return PR_TRUE;
if ( regName.Find("=") != -1 )
return PR_TRUE;
return PR_FALSE;
}