This commit is contained in:
Jae Jang 2018-04-07 00:04:55 +00:00 committed by GitHub
commit ca52e5b7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1172,7 +1172,7 @@ void ipc_event_binding_keyboard(struct sway_binding *sb) {
json_object *str = json_object_new_string(buffer);
json_object_array_add(symbols, str);
if (i == 0) {
symbol = str;
symbol = json_object_new_string(buffer);
}
}
}