@@ -97,23 +97,23 @@ extern bool cprintf_print_color_only_tty;
9797 char *cpgf_buf__ = malloc(cprintf_strlen__(cpgf_f__) + 16); \
9898 sprintf(cpgf_buf__, \
9999 _Generic((cpgf_d__), \
100- _Bool: (cpgf_d__ ? "true" : "false"), \
101- char: "%%%sc", \
102- signed char: "%%%sd", \
103- unsigned char: "%%%sd", \
104- short: "%%%shd", \
105- unsigned short: "%%%shu", \
106- int: "%%%sd", \
107- unsigned int: "%%%su", \
108- long: "%%%sld", \
109- unsigned long: "%%%slu", \
110- long long: "%%%slld", \
111- unsigned long long: "%%%sllu", \
112- float: "%%%sf", \
113- double: "%%%sf", \
114- long double: "%%%sLf", \
115- void *: "%%%sp", \
116- default: "{unknown}"), \
100+ _Bool: (cpgf_d__ ? "true" : "false"), \
101+ char: "%%%sc", \
102+ signed char: "%%%sd", \
103+ unsigned char: "%%%sd", \
104+ short: "%%%shd", \
105+ unsigned short: "%%%shu", \
106+ int: "%%%sd", \
107+ unsigned int: "%%%su", \
108+ long: "%%%sld", \
109+ unsigned long: "%%%slu", \
110+ long long: "%%%slld", \
111+ unsigned long long: "%%%sllu", \
112+ float: "%%%sf", \
113+ double: "%%%sf", \
114+ long double: "%%%sLf", \
115+ void *: "%%%sp", \
116+ default: "{unknown}"), \
117117 cprintf_avoid_null__(cpgf_f__)); \
118118 cprintf_mark_buf__(cpgf_buf__); \
119119 cpgf_buf__; \
0 commit comments