Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss.
authorRob Landley <rob@landley.net>
Sat, 28 Mar 2015 18:22:27 +0000 (13:22 -0500)
committerRob Landley <rob@landley.net>
Sat, 28 Mar 2015 18:22:27 +0000 (13:22 -0500)
commit5d431d1e1f9172587775c00a07b767f9b544cb91
tree8988850978ee50e0ce6ca7b2527e096740514cdd
parent58e06423be7f568076d273a358975317c14de30a
Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss.
tests/printf.test
toys/posix/printf.c