aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--booki.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/booki.c b/booki.c
index 02d1105..28196e6 100644
--- a/booki.c
+++ b/booki.c
@@ -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++;
}