Commit 5c5f7fcb7c35a46efd05e840e593871538242b78

Ran Benita 2012-04-01T16:48:34

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>