From c2ac60418522c7b4951e9e94995d906744ec3ee9 Mon Sep 17 00:00:00 2001 From: Ben Winston Date: Mon, 11 Aug 2025 22:37:19 -0400 Subject: use tilde for less-than --- booki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; } -- cgit v1.2.3