diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-04 11:53:36 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-04-08 16:35:09 +0200 |
commit | 39dd4c166d2750a00dfe1a3505a02bccaaf7f755 (patch) | |
tree | afe110b0ac5321b6f31c792c6c4b2c1facc85c85 /src/tests/test-modem-helpers.c | |
parent | 78cad902ef342d6da628f26e1282782aa8361316 (diff) |
modem-helpers: port clcc list parser to use object logging
Diffstat (limited to 'src/tests/test-modem-helpers.c')
-rw-r--r-- | src/tests/test-modem-helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/test-modem-helpers.c b/src/tests/test-modem-helpers.c index f991f023..65ead935 100644 --- a/src/tests/test-modem-helpers.c +++ b/src/tests/test-modem-helpers.c @@ -4190,7 +4190,7 @@ common_test_clcc_response (const gchar *str, GList *call_info_list = NULL; GList *l; - result = mm_3gpp_parse_clcc_response (str, &call_info_list, &error); + result = mm_3gpp_parse_clcc_response (str, NULL, &call_info_list, &error); g_assert_no_error (error); g_assert (result); |