From: Mark Wooding Date: Fri, 20 May 2011 23:55:19 +0000 (+0100) Subject: tiger-mktab.c: Don't have printf swallow a kludge64 whole. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/7d5a856ef5b3f27ffa8a5c0765f6677313e90ab4?ds=sidebyside;hp=7d5a856ef5b3f27ffa8a5c0765f6677313e90ab4 tiger-mktab.c: Don't have printf swallow a kludge64 whole. If a 64-bit type was actually found, we tried to feed the containing kludge64 structure to printf while printing the table, rather than just the 64-bit number inside. This was silly. ---