]> Zhao Yanbai Git Server - minix.git/commit
libsa: add string precision support to vprintf 38/2938/1
authorDavid van Moolenbroek <david@minix3.org>
Tue, 23 Dec 2014 14:58:03 +0000 (14:58 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 10 Feb 2015 13:47:28 +0000 (13:47 +0000)
commit3814aed56039dcb7d6d2f72eb5fd692669e09dcd
tree18d2a4dec9a4ada09d3e54766e4ac8806c1c5d15
parent2a3bc70264d4a84a6403c7de8a72b16ad9e0fce6
libsa: add string precision support to vprintf

We already had a hack to ignore the precision, but the ACPI driver
requires an actual implementation--it prints garbage at the end of
some strings otherwise.  This patch adds support for precision for
strings only, limiting printing to the given number of characters.
For all other specifiers, precision is still unsupported.

Change-Id: I1d41fc70a0d0494db695c22ba609262a50b86e08
sys/lib/libsa/subr_prf.c