After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 169453 - printf problems
printf problems
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: general
unspecified
Other Linux
: Low minor
: ---
Assigned To: bill.haneman
bill.haneman
Depends on:
Blocks:
 
 
Reported: 2005-03-07 03:27 UTC by Matthias Clasen
Modified: 2005-07-25 19:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Matthias Clasen 2005-03-07 03:27:17 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.
Comment 1 bill.haneman 2005-03-07 18:32:41 UTC
thanks Matthias.  It's a seldom-used test prog, so not high prio.  But
definitely wrong ;-)
Comment 2 Matthias Clasen 2005-07-25 19:43:26 UTC
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)