Make printf format specifiers 64 bit compatible
commitb73762d56e060fd2f58f508cfd0ba4e8972c5a18
authorFinn Arne Gangstad <finnag@pvv.org>
Sun, 18 Nov 2007 23:25:39 +0000 (18 15:25 -0800)
committerKeith Packard <keithp@koto.keithp.com>
Sun, 18 Nov 2007 23:25:39 +0000 (18 15:25 -0800)
tree41d50e370789110b76174a52d52bfe16032180d5
parent0f8d6b9ce3844bd8c70c2e41155be839e6def2f5
Make printf format specifiers 64 bit compatible

size_t is 64 bit on x86_64, so cannot be printed with %d. Casting the
result of strlen to (int).
Also, pointers cannot be printed with %x, changed to %p.
parsecvs.c