Fixed incorrect format specifier
commitebac6e7c839dfededc4814379495cc65c0e359c2
authorChristophe CURIS <christophe.curis@free.fr>
Mon, 10 Jun 2013 22:25:33 +0000 (11 00:25 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Tue, 11 Jun 2013 07:22:47 +0000 (11 08:22 +0100)
tree939669182bb7c8e1c25a2f6a2d458e3a9f2bfcf2
parent1e76a78604513eee604e1719e40d5f45c2d8eee4
Fixed incorrect format specifier

As reported by clang, the format used was %hi which is expecting
a short-typed argument, but the parameters are actually defined
as ints in the structure, so use only %i.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/dock.c