diff options
author | Martin Pitt <martinpitt@gnome.org> | 2012-10-19 08:01:47 +0200 |
---|---|---|
committer | Martin Pitt <martinpitt@gnome.org> | 2012-10-19 08:01:47 +0200 |
commit | 3bb9434b69b8562117b8ec34b4498aa208907316 (patch) | |
tree | ebbf3597247c3c6d69e9ff6474abfbba24fc071f /src/libsystemd-id128/sd-id128.c | |
parent | 6e303b233beae8d189d5e4f8c58ad3fa534a087a (diff) |
keymap: Fix parsing of hex scan codes in tables
Commit b1f87c76b1 changed sscanf from %i to %u, as scan codes are unsigned
numbers which can be > 0x7FFFFFFF. However, sscanf doesn't accept hexadecimal
numbers for %u. It works fine with %i, so revert this back.
Diffstat (limited to 'src/libsystemd-id128/sd-id128.c')
0 files changed, 0 insertions, 0 deletions