Moment of weakness 😔

This commit is contained in:
NeGate 2022-06-08 18:02:45 -04:00
parent 4ac9fa33bd
commit 0f4d5393d8
1 changed files with 1 additions and 0 deletions

View File

@ -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,