]> git.ipfire.org Git - thirdparty/glibc.git/commit
stdio-common: Simplify printf_unknown interface in vfprintf-internal.c
authorFlorian Weimer <fweimer@redhat.com>
Tue, 24 May 2022 06:03:11 +0000 (08:03 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 24 May 2022 06:03:11 +0000 (08:03 +0200)
commitfe8ca369ad2eb8a4a5d572c6c48f38dd99ff3c01
tree4d30bd20b87f9d370ee9f563c1b601baeb51a346
parent46db9783476e7e2b3f2437ec6437436443699fca
stdio-common: Simplify printf_unknown interface in vfprintf-internal.c

The called function does not use the args array, so there is no need
to produce it.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
stdio-common/vfprintf-internal.c