|
@@ -133,10 +133,10 @@ static void test_substring (int word_len, int text_len, int word_count, int text
|
|
|
int res = find_substring(text, text_len, word, word_len, table, &pos);
|
|
int res = find_substring(text, text_len, word, word_len, table, &pos);
|
|
|
int sres = find_substring_slow(text, text_len, word, word_len, &spos);
|
|
int sres = find_substring_slow(text, text_len, word, word_len, &spos);
|