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)
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.


No differences found