Fix an integer-type mismatch between %04x in a printf format string
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 3 May 2012 18:20:39 +0000 (18:20 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 3 May 2012 18:20:39 +0000 (18:20 +0000)
commitefaed6748de62c836d7fb2f7a7c7d415abc1ff98
treea1f372ce4bc6b7488e3273ee8f4bf08ef0efea88
parentc2cf6b7ade4f244a31b83030856b0502ec90db9e
Fix an integer-type mismatch between %04x in a printf format string
and a long int. Spotted by Ubuntu 12.04's gcc, and probably would have
caused trouble on 64-bit machines.

git-svn-id: svn://svn.tartarus.org/sgt/charset@9489 cda61777-01e9-0310-a592-d414129be87e
cstable.c