mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Avoid an unnecessary strlen if len is -1. (#169692, Benoit Dejean)
2005-07-19 Matthias Clasen <mclasen@redhat.com> * glib/gstring.c (g_string_chunk_insert_len): Avoid an unnecessary strlen if len is -1. (#169692, Benoit Dejean)
This commit is contained in:
committed by
Matthias Clasen
parent
e2f521eb19
commit
912e4ea3cb
@@ -1,5 +1,9 @@
|
||||
2005-07-19 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstring.c (g_string_chunk_insert_len): Avoid
|
||||
an unnecessary strlen if len is -1. (#169692,
|
||||
Benoit Dejean)
|
||||
|
||||
* glib/gatomic.c (g_atomic_pointer_compare_and_exchange):
|
||||
Fix g_atomic_pointer_compare_and_exchange on sparc64.
|
||||
(#167572, Gert Doering)
|
||||
|
Reference in New Issue
Block a user