From 11fe55be9f1e7570c3a5d8d011b737e560012cde Mon Sep 17 00:00:00 2001
From: "C. McEnroe" <june@causal.agency>
Date: Sat, 18 Jan 2020 02:14:29 -0500
Subject: Use < for before

---
 scoop.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scoop.c b/scoop.c
index 7b0afe2..922c7cd 100644
--- a/scoop.c
+++ b/scoop.c
@@ -299,7 +299,7 @@ static const char *Inner = SQL(
 		AND coalesce(contexts.query = :query, true)
 		AND coalesce(date(events.time) = date(:date), true)
 		AND coalesce(events.time >= datetime(:after), true)
-		AND coalesce(events.time <= datetime(:before), true)
+		AND coalesce(events.time < datetime(:before), true)
 		AND coalesce(events.type = :type, true)
 		AND coalesce(names.nick = :nick, true)
 		AND coalesce(names.user = :user, true)
-- 
cgit 1.4.1