makekeys: use correct format strings
authorRan Benita <ran234@gmail.com>
Sun, 1 Apr 2012 13:48:34 +0000 (16:48 +0300)
committerDaniel Stone <daniel@fooishbar.org>
Mon, 2 Apr 2012 12:09:44 +0000 (13:09 +0100)
commit5c5f7fcb7c35a46efd05e840e593871538242b78
treefb01cdbb3246babb34dd13724db409c5fa6af46c
parent84ec6b61a76a753f72eecec825fd0736d5b0070c
makekeys: use correct format strings

The new glibc (2.15) appear to cause trouble, particularly the sscanf
call, where makekeys will output empty hash tables. Using the appropriate
macros from inttypes.h makes it work again.

Signed-off-by: Ran Benita <ran234@gmail.com>
makekeys/makekeys.c