mirror of https://github.com/flysand7/ciabatta.git
Moment of weakness 😔
This commit is contained in:
parent
4ac9fa33bd
commit
0f4d5393d8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue