From 849d39783113dab5f3130e3e59cd8b30f53b136e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Nov 2024 20:48:33 +0100 Subject: Print the compile error offset --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index bb2ca16..705d0ee 100644 --- a/src/util.h +++ b/src/util.h @@ -2,6 +2,6 @@ #define GRAB_UTIL_H int getenv_posnum(const char *ev, int fallback); -void pcre2_bitch_and_die(int ec, const char *fmt); +void pcre2_bitch_and_die(int ec, const char *fmt, ...); #endif /* !GRAB_UTIL_H */ \ No newline at end of file -- cgit v1.2.3