diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-01 20:48:33 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-01 20:48:33 +0100 |
commit | 849d39783113dab5f3130e3e59cd8b30f53b136e (patch) | |
tree | 48df1e0829fb7f0551329af9b236cb3250b01a65 /src/util.h | |
parent | ec5976bbd5a930e040a34b9e93bf9cc41d7230c1 (diff) |
Print the compile error offset
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |