diff options
| -rw-r--r-- | booki.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -862,7 +862,7 @@ bool match_int(char* pattern, int candidate) { if (*current_pos == '+') { gt = true; current_pos++; - } else if (*current_pos == ',') { + } else if (*current_pos == '~') { lt = true; current_pos++; } |
