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)
commita6b5c54d053f10245f5a815045ac36a0365956f1
tree42eaa1e88666b82e81969155e362a91c050404be
parentaa53a95ff66edd391aa9a5bd6df7ec33a7b5d1b5
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