mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
Fix a use of strcat that wasn't replaced with g_stpcpy in the original
Thu Jun 14 14:09:46 2001 Owen Taylor <otaylor@redhat.com> * gstrfuncs.c (g_strconcat): Fix a use of strcat that wasn't replaced with g_stpcpy in the original stpcpy-for-efficiency patch.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Thu Jun 14 14:09:46 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gstrfuncs.c (g_strconcat): Fix a use of strcat that
|
||||
wasn't replaced with g_stpcpy in the original
|
||||
stpcpy-for-efficiency patch.
|
||||
|
||||
2001-06-11 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* NEWS: updated
|
||||
|
Reference in New Issue
Block a user