From 416c1937c904ade3204e116cf44102ee7527366c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 16 Jul 2012 22:51:43 -0500 Subject: util: Style issues --- src/util.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index a9a69f92..057ae1cb 100644 --- a/src/util.c +++ b/src/util.c @@ -642,9 +642,8 @@ char *convert_gsm_to_utf8_with_lang(const unsigned char *text, long len, */ if (c == GUND) c = gsm_locking_shift_lookup(&t, text[i]); - } else { + } else c = gsm_locking_shift_lookup(&t, text[i]); - } res_length += UTF8_LENGTH(c); } @@ -661,7 +660,7 @@ char *convert_gsm_to_utf8_with_lang(const unsigned char *text, long len, if (text[i] == 0x1b) { c = gsm_single_shift_lookup(&t, text[++i]); - /* See 3GPP 23.038 section 6.2.1.1 */ + if (c == GUND) c = gsm_locking_shift_lookup(&t, text[i]); } else -- cgit v1.2.3