libs/libc/stdio/Kconfig: Add 'range 9 999999' to CONFIG_LIBC_NL_ARGMAX. Per OpenGroup.org, the minimum value for NL_ARGMAX is 9.
This commit is contained in:
parent
533fd0636e
commit
d7586c27a5
@ -96,6 +96,7 @@ config LIBC_NUMBERED_ARGS
|
||||
config LIBC_NL_ARGMAX
|
||||
int "Maximum number of numbered arguments for printf"
|
||||
default 16
|
||||
range 9 999999
|
||||
depends on LIBC_NUMBERED_ARGS
|
||||
---help---
|
||||
Applies only if there are numbered arguments in your format string.
|
||||
|
Loading…
Reference in New Issue
Block a user