From: anon Date: Sun, 27 Aug 2023 13:29:29 +0000 (+0200) Subject: Merge branch 'master' of https://git.lain.church/emil/hl X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=9c51f90f10b0280a68820beb5e095b1dcbd3c24c;p=public-libhl.git Merge branch 'master' of https://git.lain.church/emil/hl --- 9c51f90f10b0280a68820beb5e095b1dcbd3c24c diff --cc source/regex.c index 876a296,2911af7..05ab446 --- a/source/regex.c +++ b/source/regex.c @@@ -498,7 -495,5 +495,6 @@@ int regex_match( regex_t * bool regex_search( regex_t * regex, const char * const string) { - return (bool)regex_match(regex, string, 0); + + return (bool)regex_match(regex, string); } -