diff options
author | Manish Singh <yosh@src.gnome.org> | 1998-01-27 17:50:07 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 1998-01-27 17:50:07 +0000 |
commit | a9f866f4ca47ad4ab8ef73ff9e69cb8c24d18498 (patch) | |
tree | b8268a3ed550a3a77176bffaad325fd549b3af27 /glib/ChangeLog | |
parent | 8f355e26ef034ed70a56f13830ab919fab8b86d5 (diff) | |
download | gtk+-a9f866f4ca47ad4ab8ef73ff9e69cb8c24d18498.tar.gz |
g_string_prepend* had interchanged src and dest params. Fixed.
-Yosh
Diffstat (limited to 'glib/ChangeLog')
-rw-r--r-- | glib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/glib/ChangeLog b/glib/ChangeLog index e19a24669c..4d8c9927b2 100644 --- a/glib/ChangeLog +++ b/glib/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 27 09:46:57 PST 1998 Manish Singh <yosh@gimp.org> + + * gstring.c: g_string_prepend and g_string_prepend_c had + interchanged src and dest parameters for g_memmove. Fixed. + Tue Jan 27 01:38:52 PST 1998 Manish Singh <yosh@gimp.org> * gslist.c: fixed a really, really lame error. g_slist_insert |