Fix incorrect format specifiers

This commit is contained in:
Antonin Décimo 2020-06-04 15:43:42 +02:00 committed by Tudor Brindus
parent a1c6052383
commit bbf7b92fe4
7 changed files with 10 additions and 10 deletions

View file

@ -715,7 +715,7 @@ bool translate_binding(struct sway_binding *binding) {
struct keycode_matches matches = get_keycode_for_keysym(*keysym);
if (matches.count != 1) {
sway_log(SWAY_INFO, "Unable to convert keysym %d into"
sway_log(SWAY_INFO, "Unable to convert keysym %" PRIu32 " into"
" a single keycode (found %d matches)",
*keysym, matches.count);
goto error;