Fix printf() specified bugs all over the code
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 30 Sep 2012 16:01:35 +0000 (18:01 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 30 Sep 2012 16:01:35 +0000 (18:01 +0200)
commit32faedbfb446fe9b9b0ad58f1c312bb2097052b2
treea51848038891872e8c826737d42df1579b82cf81
parent17a56a24f2cfc1ea781fa51a334c21434804cc64
Fix printf() specified bugs all over the code

When enabling the printf() logic for the logging subsystem, several
warnings were produced about missing or wrong specifiers. This fixes all
those occurrences.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/conf.c
src/eloop.c
src/log.c
src/pty.c
src/terminal.c
src/text_gltex.c
src/tsm_screen.c
src/uterm_input.c
src/wlt_toolkit.c