GNOME Bugzilla – Bug 169453
printf problems
Last modified: 2005-07-25 19:43:26 UTC
From https://bugzilla.redhat.com/beta/show_bug.cgi?id=118273: The compiler said window-listener-test.c(82): warning #268: the format string ends before this argument The source code is fprintf (stderr, "%s %s\n", event->type, s, t); Two % specifiers, three trailing parameters.
thanks Matthias. It's a seldom-used test prog, so not high prio. But definitely wrong ;-)
I decided to commit the trivial fix. 2005-07-25 Matthias Clasen <mclasen@redhat.com> * test/window-listener-test.c: Fix a printf format error. (#169453)