commit | 715e67c489294a0534754e19a73d2c7023448fab | [log] [tgz] |
---|---|---|
author | Aleksander Morgado <aleksander@aleksander.es> | Mon Mar 01 10:27:28 2021 +0100 |
committer | Aleksander Morgado <aleksander@aleksander.es> | Mon Mar 01 09:52:52 2021 +0000 |
tree | a61c847e30558e48b7ef822b3288a19f9d95f20d | |
parent | bb7377eb77973390eb7aed5a7521bbcf7b4942eb [diff] |
libqmi-glib,net-port-manager: fix build with GLib 2.48 The g_ptr_array_steal_index_fast() method was introduced in 2.58, fallback to use g_ptr_array_remove_index_fast() instead.