mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
sr=shaver, r=dmose. 74554. fixing array index typo
This commit is contained in:
parent
169a621d42
commit
3b1eaff7c2
@ -114,7 +114,7 @@ MangleKeywordIntoHTTPURL(const char *aSpec, const char *aHTTPURL) {
|
||||
&& //
|
||||
(two == 'o' || two == 'O') // "g[G]o[O] blah"
|
||||
&& //
|
||||
(unescaped[12] == ' ') ) { //
|
||||
(unescaped[2] == ' ') ) { //
|
||||
|
||||
query = unescaped+3;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user