chiark / gitweb /
util.c: Augment `convu64' to collect its argument via `kludge64'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 19 Oct 2019 18:59:59 +0000 (19:59 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 17 Nov 2019 01:41:01 +0000 (01:41 +0000)
commit4eb1c80eca9980f0131f323c5ef76cb3f9c7928a
treeb56503978da4552b01be6be26efe513796afe522
parent7740d7fabd89255eeef087b727d7360a2a9a68a5
util.c: Augment `convu64' to collect its argument via `kludge64'.

Otherwise integers too large for `unsigned long' get rejected with an
error, even though they ought to be acceptable as a `uint64'.
util.c