From ada9934e90cd12d84085b358758ef782ccc116a4 Mon Sep 17 00:00:00 2001 From: Aleksander Morgado Date: Mon, 4 Sep 2017 17:22:12 +0200 Subject: [PATCH] telit: explicitly flag as const the constant string --- plugins/telit/mm-broadband-modem-telit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c index a3c81353..f077405c 100644 --- a/plugins/telit/mm-broadband-modem-telit.c +++ b/plugins/telit/mm-broadband-modem-telit.c @@ -942,7 +942,7 @@ load_sim_identifier_ready (MMBaseSim *sim, AfterPowerUpContext *ctx; GError *error = NULL; gchar *current_simid; - gchar *cached_simid; + const gchar *cached_simid; ctx = g_task_get_task_data (task);