aboutsummaryrefslogtreecommitdiff
path: root/plugins/cinterion
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/cinterion')
-rw-r--r--plugins/cinterion/mm-modem-helpers-cinterion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cinterion/mm-modem-helpers-cinterion.c b/plugins/cinterion/mm-modem-helpers-cinterion.c
index 1d4f9901..9041960f 100644
--- a/plugins/cinterion/mm-modem-helpers-cinterion.c
+++ b/plugins/cinterion/mm-modem-helpers-cinterion.c
@@ -225,7 +225,7 @@ take_and_convert_from_matched_string (gchar *str,
if (!str)
return 0;
- if (modem_family == MM_CINTERION_MODEM_FAMILY_IMT && charset == MM_MODEM_CHARSET_UCS2)
+ if (modem_family == MM_CINTERION_MODEM_FAMILY_IMT)
str = mm_charset_take_and_convert_to_utf8 (str, charset);
mm_get_uint_from_hex_str (str, &val);