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 517933 - [tests] trivial C89 fix
[tests] trivial C89 fix
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.17
Other Linux
: Normal normal
: 0.10.8
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-02-21 19:32 UTC by Jens Granseuer
Modified: 2008-02-22 05:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C89 fix (551 bytes, patch)
2008-02-21 19:33 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2008-02-21 19:32:40 UTC
Patch follows.
Comment 1 Jens Granseuer 2008-02-21 19:33:07 UTC
Created attachment 105716 [details] [review]
C89 fix
Comment 2 Sebastian Dröge (slomo) 2008-02-22 05:38:38 UTC
2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>

	Patch by: Jens Granseuer <jensgr at gmx dot net>

	* tests/examples/equalizer/demo.c: (main):
	C89 fix, moving variable declarations to the beginning of
	the block. Fixes bug #517933.