diff options
| author | David Lamparter <equinox@diac24.net> | 2019-06-12 17:08:01 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-06-12 19:35:43 +0200 |
| commit | afb35622ef61212f0fe960a31c2326a9379bceae (patch) | |
| tree | a3e691f3bd7e9d59871462d1bab8bdef63d3dd24 /lib/sbuf.h | |
| parent | c7179009cf1713db55d48e6ab1275ac00be555ac (diff) | |
lib: make "%Ld" work for int64_t
... without compiler plugins.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'lib/sbuf.h')
| -rw-r--r-- | lib/sbuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbuf.h b/lib/sbuf.h index b1518a3aa8..9f0311006d 100644 --- a/lib/sbuf.h +++ b/lib/sbuf.h @@ -78,7 +78,7 @@ const char *sbuf_buf(struct sbuf *buf); void sbuf_free(struct sbuf *buf); #include "lib/log.h" void sbuf_push(struct sbuf *buf, int indent, const char *format, ...) - PRINTF_ATTRIBUTE(3, 4); + PRINTFRR(3, 4); #ifdef __cplusplus } |
