From 8de332dbd4da62ba79fd59bfb5d2b4b07f63d520 Mon Sep 17 00:00:00 2001 From: Avril Date: Tue, 13 Jul 2021 13:38:00 +0100 Subject: [PATCH] `_display_get_fmt()`: #undef function-specific macro at end of function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for naka's current commit: Future curse − 末凶 --- src/display.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/display.c b/src/display.c index 879f03d..eba9cca 100644 --- a/src/display.c +++ b/src/display.c @@ -27,6 +27,7 @@ static usize _display_get_fmt(dispflags_t flags, bool matched, usize _len, char ADDSTR("\n"); TRACE("Output string written: %lu, (rlen %lu)", fw, len); return fw; +#undef ADDSTR } static void _display_normal(FILE* output, dispin_t*pIN input, dispflags_t flags)