Compare commits
4 Commits
17ab9beb71
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| be7ea694fc | |||
| ff819aabab | |||
| 27db224a79 | |||
| f54e6fb1ea |
2
external/libds
vendored
2
external/libds
vendored
Submodule external/libds updated: 276d38a292...9d8f79521d
@@ -206,7 +206,7 @@ liblex_result _pattern_build_inverted_or(pattern_chain** into, int* ids, int pat
|
|||||||
if(string[*index]) (*index)++;
|
if(string[*index]) (*index)++;
|
||||||
}
|
}
|
||||||
|
|
||||||
while(string[*index] && string[*index] != ']' && result == LIBDS_SUCCESS) {
|
while(string[*index] && string[*index] != ']' && result == LIBLEX_SUCCESS) {
|
||||||
char from = '\0';
|
char from = '\0';
|
||||||
char to = '\0';
|
char to = '\0';
|
||||||
result = _pattern_read_value(&from, string, index);
|
result = _pattern_read_value(&from, string, index);
|
||||||
|
|||||||
Reference in New Issue
Block a user