From 0f4d5393d8cab896ea6999a1929904456119cfd9 Mon Sep 17 00:00:00 2001 From: NeGate Date: Wed, 8 Jun 2022 18:02:45 -0400 Subject: [PATCH] Moment of weakness :pensive: --- code/printf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/code/printf.h b/code/printf.h index 0f71805..2aaf80c 100644 --- a/code/printf.h +++ b/code/printf.h @@ -75,6 +75,7 @@ inline static int FMT_FUNC_NAME (void *ctx, OutputFunc out, const FMT_CHAR_TYPE fmt++; int_length = _Generic((size_t)0, + unsigned char: CHAR, unsigned short: SHORT, unsigned int: INT, unsigned long: LONG,