ape: add fprint %z format (thanks Ori_B)
This commit is contained in:
parent
1db9f19b62
commit
a5b0b6ba2c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue