Using format specifiers without arguments in printf is bad.
This commit is contained in:
parent
6a35e7c594
commit
e3134210d8
1 changed files with 1 additions and 1 deletions
|
@ -1334,7 +1334,7 @@ static void event_handle_client(ObClient *client, XEvent *e)
|
|||
} else
|
||||
ob_debug_type(OB_DEBUG_APP_BUGS,
|
||||
"_NET_ACTIVE_WINDOW message for window %s is "
|
||||
"missing source indication\n");
|
||||
"missing source indication\n", client->title);
|
||||
client_activate(client, TRUE, TRUE, TRUE,
|
||||
(e->xclient.data.l[0] == 0 ||
|
||||
e->xclient.data.l[0] == 2));
|
||||
|
|
Loading…
Reference in a new issue