| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -252,7 +252,7 @@ inline const void* MemrchrFill(const void* haystack, uint8_t needle, | |||
| 252 | 252 | // `subject`. Does not check that the whole pattern matches. | |
| 253 | 253 | template <typename Char> | |
| 254 | 254 | inline size_t FindFirstCharacter(Vector<const Char> pattern, | |
| 255 | - Vector<const Char> subject, size_t index) { | ||
| 255 | + Vector<const Char> subject, size_t index) { | ||
| 256 | 256 | const Char pattern_first_char = pattern[0]; | |
| 257 | 257 | const size_t max_n = (subject.length() - pattern.length() + 1); | |
| 258 | 258 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments