---
 src/sms.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/sms.c b/src/sms.c
index 17c5a9c..b86158e 100644
--- a/src/sms.c
+++ b/src/sms.c
@@ -1171,7 +1171,8 @@ static gboolean compute_incoming_msgid(GSList *sms_list,
 static void dispatch_app_datagram(struct ofono_sms *sms,
                                        const struct ofono_uuid *uuid,
                                        int dst, int src,
-                                       unsigned char *buf, unsigned len,
+                                       const unsigned char *buf,
+                                       unsigned int len,
                                        const struct sms_address *addr,
                                        const struct sms_scts *scts)
 {
-- 
1.9.1

_______________________________________________
ofono mailing list
ofono@ofono.org
https://lists.ofono.org/mailman/listinfo/ofono

Reply via email to