]> xenbits.xensource.com Git - people/pauldu/mini-os.git/commit
Accept %z in printf formats
authorThomas Leonard <talex5@gmail.com>
Wed, 1 Jul 2015 09:24:50 +0000 (10:24 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 3 Jul 2015 09:14:55 +0000 (10:14 +0100)
commite6e91f5c2fac25d5f497efa70e7ffb7bdf4987b0
treea852d80dc351bf84e3468fd874b932dda51aff3f
parent1855e8b2e884a16fd9afd2b3d72fc7552bbf406d
Accept %z in printf formats

Before, we only supported %Z (upper-case). It seems that the lower-case
version is standard, and this matches the behaviour of Xen's vsprintf.c.

Signed-off-by: Thomas Leonard <talex5@gmail.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
lib/printf.c