diff options
author | Robin Watts <robin.watts@artifex.com> | 2015-03-20 18:59:27 +0000 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2015-03-24 19:50:02 +0000 |
commit | 25b979f243f0cd074dcfb91d0ecb7b3a2e07694b (patch) | |
tree | 51e2cc223ae227900ceb8c3822fbad8a611066e5 /source/pdf/pdf-field.c | |
parent | 33c49228d078cc963ac5e59e526c97d2fd50a01f (diff) | |
download | mupdf-25b979f243f0cd074dcfb91d0ecb7b3a2e07694b.tar.xz |
Update our printf to cope with various useful extensions.
Ensure that %010d works.
Ensure that we can output 64 bit values (%ll{d,u,x}).
Ensure that we can output size_t and fz_off_t (%z{d,u,x} and %Z{d,u,x}).
fz_off_t isn't defined yet (it will be introduced by a commit that
depends on this one), so for now, we put a stub definition in printf.c
that we will remove later.
Diffstat (limited to 'source/pdf/pdf-field.c')
0 files changed, 0 insertions, 0 deletions