Fix bug in table lookups.
This commit is contained in:
parent
8c9acafc93
commit
01720914e0
|
@ -67,7 +67,7 @@ libab_table_entry* libab_table_search_entry_operator(libab_table* table,
|
|||
} else if (type == OPERATOR_INFIX) {
|
||||
entry = libab_table_search_filter(table, string, NULL,
|
||||
libab_table_compare_op_infix);
|
||||
} else if (type == OPERATOR_PREFIX) {
|
||||
} else if (type == OPERATOR_POSTFIX) {
|
||||
entry = libab_table_search_filter(table, string, NULL,
|
||||
libab_table_compare_op_postfix);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user