Merge pull request #921 from zandrmartin/patch-3

fix pointer format string in sway_log() call
This commit is contained in:
Drew DeVault 2016-10-01 10:56:54 -04:00 committed by GitHub
commit 79d2b0dee4
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ bool set_focused_container(swayc_t *c) {
c = get_focused_container(workspace);
}
swayc_log(L_DEBUG, c, "Setting focus to %p:%lu" PRIuPTR, c, c->handle);
swayc_log(L_DEBUG, c, "Setting focus to %p:%" PRIuPTR, c, c->handle);
if (c->type == C_VIEW) {
// dispatch a window event