mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 404773: Find bar doesn't like the letters 'b', 'o', 'd', 'y', and 'random'. s+sr=jst, a=P1 blocking
This commit is contained in:
parent
9145ac9e42
commit
f048a0771b
@ -960,7 +960,7 @@ nsFind::Find(const PRUnichar *aPatText, nsIDOMRange* aSearchRange,
|
||||
ToLowerCase(patAutoStr);
|
||||
|
||||
// Ignore soft hyphens in the pattern
|
||||
static const char kShy[] = { CH_SHY };
|
||||
static const char kShy[] = { CH_SHY, 0 };
|
||||
patAutoStr.StripChars(kShy);
|
||||
|
||||
const PRUnichar* patStr = patAutoStr.get();
|
||||
|
Loading…
Reference in New Issue
Block a user