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 355472 - Use strrchr instead of rindex
Use strrchr instead of rindex
Status: RESOLVED FIXED
Product: gconf-editor
Classification: Applications
Component: general
2.16.x
Other Windows
: Normal minor
: ---
Assigned To: Gconf Editor Maintainers
Gconf Editor Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-11 18:38 UTC by Andreas Köhler
Modified: 2006-11-16 10:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Köhler 2006-09-11 18:38:41 UTC
Compiling gconf-editor in MinGW only succeeds when you replace rindex by strrchr. The latter belongs to the C Standard library, while the primer does not. See

http://www.gnu.org/prep/standards/html_node/System-Functions.html#System-Functions

for details.

File: src/gconf-editor-window.c::gconf_editor_window_go_to (L147 here)
Comment 1 Kjartan Maraas 2006-11-16 10:58:47 UTC
Fixed. Thanks for the report.