From e6e44774556bf6172c1577268cf9f013a4157ae2 Mon Sep 17 00:00:00 2001 From: A404M Date: Sun, 27 Apr 2025 02:11:41 +0330 Subject: add operator overloading --- src/utils/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/log.c') diff --git a/src/utils/log.c b/src/utils/log.c index cab0c48..54253de 100644 --- a/src/utils/log.c +++ b/src/utils/log.c @@ -15,7 +15,7 @@ void _printLogBack(const char *format, const char *file, int line, ...) { free(errorStr); } -void _printErrorWarningBack(const char *file, int line, char *begin, char *end, +void _printErrorWarningBack(const char *file, int line, const char *begin, const char *end, bool isError, const char *format, ...) { va_list args; va_start(args, end); -- cgit v1.2.3