all repos — openbox @ e3134210d820340ef63bb5c21c9a56856147f0a9

openbox fork - make it a bit more like ryudo

Using format specifiers without arguments in printf is bad.
Mikael Magnusson mikachu@gmail.com
commit

e3134210d820340ef63bb5c21c9a56856147f0a9

parent

6a35e7c594959ee17392aec76ba074565a63ea57

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -1334,7 +1334,7 @@ " missing a timestamp\n", client->title);

} 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));