diff options
author | Ori Bernstein <ori@eigenstate.org> | 2020-05-12 10:48:33 -0700 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2020-05-12 10:48:33 -0700 |
commit | 73f38fc5460cb68662dd237022bda636ad734045 (patch) | |
tree | c42700d0d7597ae6c1971643388df9d1a5f37300 /sys/src/cmd/2l/obj.c | |
parent | 27fc79b04bee837f513f8ac92c3e50ae76c27abe (diff) |
[ape] add missing conversion flags for scanf
We're missing type flags for:
hh: char
ll: vlong
z: size_t
t: ptrdiff_t
j: intmax_t
The lack of '%lld' was causing us to fail when parsing
timezone files. This brings us in line with the specifiers
in the C99 standard, section 7.19.6.2p11
Diffstat (limited to 'sys/src/cmd/2l/obj.c')
0 files changed, 0 insertions, 0 deletions