Make it compile. (#119337, self.)

2003-11-05  Morten Welinder  <terra@gnome.org>

	* glib/garray.c (g_ptr_array_remove_range): Make it compile.
	(#119337, self.)
This commit is contained in:
Morten Welinder
2003-11-05 17:15:24 +00:00
committed by Morten Welinder
parent 3b2f74d188
commit 36715ffb1e
7 changed files with 23 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2003-11-05 Morten Welinder <terra@gnome.org>
* glib/garray.c (g_ptr_array_remove_range): Make it compile.
(#119337, self.)
* glib/gstring.c (g_string_insert_len): Handle the case where the
to-be-inserted string is a substring of the target string.
(g_string_assign): Handle "s = s;".