summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-12-22 09:18:18 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2014-12-22 09:18:18 +0100
commita5b0b6ba2c04bfd76ec746e2c0e552e86e6187d8 (patch)
treec796747ca1243c923ce9fe1f2c521d8bdeba35ea
parent1db9f19b62fbf52e4b33047b536cfb0fbfdd22cb (diff)
ape: add fprint %z format (thanks Ori_B)
-rw-r--r--sys/src/ape/lib/ap/stdio/vfprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/ape/lib/ap/stdio/vfprintf.c b/sys/src/ape/lib/ap/stdio/vfprintf.c
index 2df322421..4e40714cd 100644
--- a/sys/src/ape/lib/ap/stdio/vfprintf.c
+++ b/sys/src/ape/lib/ap/stdio/vfprintf.c
@@ -75,7 +75,7 @@ static int tflag[] = { /* trailing flags */
0, 0, 0, 0, 0, 0, 0, 0, /* ` a b c d e f g */
SHORT, 0, 0, 0, LONG, 0, 0, 0, /* h i j k l m n o */
0, 0, 0, 0, 0, 0, 0, 0, /* p q r s t u v w */
-0, 0, 0, 0, 0, 0, 0, 0, /* x y z { | } ~ ^? */
+0, 0, LONG, 0, 0, 0, 0, 0, /* x y z { | } ~ ^? */
0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,