aboutsummaryrefslogtreecommitdiff
path: root/src/mm-port-serial-at.c
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2020-03-31 17:09:53 +0200
committerAleksander Morgado <aleksander@aleksander.es>2020-04-08 16:35:09 +0200
commit2e0d23ce7218baab6d08aede3a1269ac475e420d (patch)
treea65aef62056665210cf89cf3b5b8c234d5d8cd9f /src/mm-port-serial-at.c
parent72efb1b28da7daba1448def917d28b30014fde27 (diff)
serial-parsers: port to use object logging
Diffstat (limited to 'src/mm-port-serial-at.c')
-rw-r--r--src/mm-port-serial-at.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-port-serial-at.c b/src/mm-port-serial-at.c
index 680c9297..c8e4782f 100644
--- a/src/mm-port-serial-at.c
+++ b/src/mm-port-serial-at.c
@@ -148,7 +148,7 @@ parse_response (MMPortSerial *port,
/* Parse it; returns FALSE if there is nothing we can do with this
* response yet. */
- if (!self->priv->response_parser_fn (self->priv->response_parser_user_data, string, &inner_error)) {
+ if (!self->priv->response_parser_fn (self->priv->response_parser_user_data, string, self, &inner_error)) {
/* Copy what we got back in the response buffer. */
g_byte_array_append (response, (const guint8 *) string->str, string->len);
g_string_free (string, TRUE);