From 74766656e5b605785e0e9622eb7f10d20a5467e3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 8 Sep 2020 20:26:51 +0200 Subject: I hate myself and I want to die --- src/u_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/u_utils.c') diff --git a/src/u_utils.c b/src/u_utils.c index 7f75c4d..dd1634b 100644 --- a/src/u_utils.c +++ b/src/u_utils.c @@ -20,7 +20,7 @@ #include "s_struct.h" t_bool - u_is_not_escaped(char *head, char *ptr) + u_is_not_escaped(const char *head, const char *ptr) { if (((ptr - head) == 0) || ((ptr - head) >= 1 && *(ptr - 1) != C_BACKS) || -- cgit v1.2.3