Cleanup: fix long/int format string errors.
authorKp <kp@valhallalegends.com>
Sun, 7 Dec 2008 21:48:48 +0000 (15:48 -0600)
committerKp <kp@valhallalegends.com>
Sat, 13 Dec 2008 19:57:38 +0000 (13:57 -0600)
Two format strings used long values with int format specifiers.
Fix the format specifiers so that the entire value can be printed.


No differences found