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 328261 - Fix build with gcc 2.95
Fix build with gcc 2.95
Status: RESOLVED FIXED
Product: yelp
Classification: Applications
Component: General
2.13.x
Other All
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-23 08:26 UTC by Jens Granseuer
Modified: 2006-01-25 11:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
C89 fixes (1.33 KB, patch)
2006-01-23 08:26 UTC, Jens Granseuer
committed Details | Review

Description Jens Granseuer 2006-01-23 08:26:07 UTC
The following patch fixes a few C99-style variable initializations. (2.13.3)
Comment 1 Jens Granseuer 2006-01-23 08:26:28 UTC
Created attachment 57908 [details] [review]
C89 fixes
Comment 2 Don Scorgie 2006-01-25 11:34:41 UTC
Patch committed.  Thanks.

2006-01-25  Don Scorgie  <dscorgie@cvs.gnome.org>

        * src/yelp-print.c:
        * src/yelp-toc-pager.c:
        Patch from Jens Granseuer to fix some C99 initialisations
        bug #328261