tiger-mktab.c: Don't have printf swallow a kludge64 whole.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 20 May 2011 23:55:19 +0000 (00:55 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 20 May 2011 23:55:19 +0000 (00:55 +0100)
commit7d5a856ef5b3f27ffa8a5c0765f6677313e90ab4
treea70cb53acb55c6de1f867701e4150b38b892e853
parent2a7c52031aa0096b4f20ec1dd72e5f6e08a19aa9
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.
tiger-mktab.c