GNOME Bugzilla – Bug 355472
Use strrchr instead of rindex
Last modified: 2006-11-16 10:58:47 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)
Fixed. Thanks for the report.