mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
markup: Replace a g_string_insert_len call
This lets us use the optimized inline call.
This commit is contained in:
@@ -881,7 +881,7 @@ add_to_partial (GMarkupParseContext *context,
|
||||
}
|
||||
|
||||
if (text_start != text_end)
|
||||
g_string_insert_len (context->partial_chunk, -1,
|
||||
g_string_append_len (context->partial_chunk,
|
||||
text_start, text_end - text_start);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user