aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clog.c2
1 files changed, 1 insertions, 1 deletions
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;