瀏覽代碼

fixed retarded comit

master
anon 9 月之前
父節點
當前提交
3f1dade785
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. +1
    -3
      source/regex.c

+ 1
- 3
source/regex.c 查看文件

@@ -161,11 +161,9 @@ int regex_match(const char * const pattern,
}

if (*(pattern_pointer + 1) == '<'
&& (is_word_separator(*string_pointer))
|| string_pointer == string_start) {
&& (is_word_separator(*string_pointer))) {
pattern_pointer += 2;
string_pointer += 1;
match_offset = string_pointer - (string_start + string_offset);
continue;
}



Loading…
取消
儲存