Fix bug causing comparison between incompatible enums.
这个提交包含在:
父节点
17ab9beb71
当前提交
f54e6fb1ea
@ -206,7 +206,7 @@ liblex_result _pattern_build_inverted_or(pattern_chain** into, int* ids, int pat
|
||||
if(string[*index]) (*index)++;
|
||||
}
|
||||
|
||||
while(string[*index] && string[*index] != ']' && result == LIBDS_SUCCESS) {
|
||||
while(string[*index] && string[*index] != ']' && result == LIBLEX_SUCCESS) {
|
||||
char from = '\0';
|
||||
char to = '\0';
|
||||
result = _pattern_read_value(&from, string, index);
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户