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 342239 - get rid of local str_has_prefix copy
get rid of local str_has_prefix copy
Status: RESOLVED FIXED
Product: gnome-vfs
Classification: Deprecated
Component: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-vfs maintainers
gnome-vfs maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-18 11:51 UTC by Paolo Borelli
Modified: 2006-07-14 07:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.56 KB, patch)
2006-05-18 11:52 UTC, Paolo Borelli
committed Details | Review

Description Paolo Borelli 2006-05-18 11:51:42 UTC
glib has a g_str_has_prefix since 2.6, get rid of a local implementation in gnome-vfs-utils.c
Comment 1 Paolo Borelli 2006-05-18 11:52:18 UTC
Created attachment 65761 [details] [review]
patch
Comment 2 Christian Kellner 2006-07-14 07:35:58 UTC
Committed to cvs head. Thanks!