From 53e31bbbd4e77ff08d697d1a848bccf044172432 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Sat, 13 Jan 2024 15:28:50 -0600 Subject: Fold search into index --- src/clog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/clog.c') diff --git a/src/clog.c b/src/clog.c index ef009fc..c018565 100644 --- a/src/clog.c +++ b/src/clog.c @@ -213,7 +213,7 @@ int redirect(struct http_request *req) { int get_index(struct http_request *req) { int err = 0; size_t i = 0; - const char *query = NULL; + char *query = NULL; struct entry_query eq; struct kore_buf *content = NULL; -- cgit v1.2.3