mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
fixing bug 192643 - Allow = as a string in the Package parameter of initInstall. r=dougt, sr=dveditz
This commit is contained in:
parent
7dcd458f5f
commit
a471952231
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user