Replace g_string_insert_len() by g_string_append_len()
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 20 Apr 2015 15:47:02 +0000 (11:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 20 Apr 2015 15:49:02 +0000 (11:49 -0400)
commitce6d523094a18838d936cbb5ba0cdf4dddd40313
tree611c5e0e7e8b59a20b51d0f8b5b5857350cd4471
parentd8f190b24d521cc32fb85288f105264874c7e50c
Replace g_string_insert_len() by g_string_append_len()

bt_ctf_field_string_append_len uses g_string_insert_len() with a
position of "-1" to append to the end of the string field's payload
which is what g_string_append_len() does by default.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
formats/ctf/ir/event-fields.c
This page took 0.025207 seconds and 4 git commands to generate.