New upstream version 4.18.0
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
#define SNPRINTF(s, fmt, ...) \
|
||||
( \
|
||||
snprintf_(s, NITEMS(s), fmt __VA_OPT__(,) __VA_ARGS__) \
|
||||
snprintf_(s, countof(s), fmt __VA_OPT__(,) __VA_ARGS__) \
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user