Edit

kc3-lang/libxkbcommon/makekeys

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2012-04-01 16:48:34
    Hash : 5c5f7fcb
    Message : 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>