From: Mark Wooding Date: Sat, 19 Oct 2019 18:59:59 +0000 (+0100) Subject: util.c: Augment `convu64' to collect its argument via `kludge64'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/4eb1c80eca9980f0131f323c5ef76cb3f9c7928a?hp=4eb1c80eca9980f0131f323c5ef76cb3f9c7928a 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'. ---