diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-06-27 14:47:23 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-06-27 14:47:23 +0200 |
| commit | f1bd73daef31903e4c8229c4df109831f54f2915 (patch) | |
| tree | 0be0df37437fc0bbe659b6e84771f93b9a6c5bfd | |
| parent | b9f5d3754598f4724193920c189e4de6d3025259 (diff) | |
work
| -rw-r--r-- | src/string_utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string_utils.c b/src/string_utils.c index 6bf1d01..f73ccf8 100644 --- a/src/string_utils.c +++ b/src/string_utils.c @@ -86,7 +86,6 @@ bool string_contains_ex(char *text_to_search, char *text_to_find, array *text_ma s32 word_match_len_val = 0;
char* line_start_ptr = text_to_search;
- //printf("%s %s\n", text_to_search, text_to_find);
s32 index = 0;
while((text_to_search = utf8codepoint(text_to_search, &text_to_search_ch))
&& text_to_search_ch)
|
