From: Semun Lee Date: Mon, 7 Oct 2019 08:19:39 +0000 (+0900) Subject: Remove unnecessary line X-Git-Tag: submit/tizen/20191007.082913^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91ff5af51ae924b85375a89361d84cbf4fb6fe8c;p=platform%2Fcore%2Ftelephony%2Ftel-plugin-atmodem.git Remove unnecessary line Signed-off-by: Semun Lee Change-Id: Ic394648af9877078a63845c8e3049db305aa26fd --- diff --git a/packaging/tel-plugin-atmodem.spec b/packaging/tel-plugin-atmodem.spec index 6aa82db..01575da 100644 --- a/packaging/tel-plugin-atmodem.spec +++ b/packaging/tel-plugin-atmodem.spec @@ -1,6 +1,6 @@ %define major 0 %define minor 1 -%define patchlevel 79 +%define patchlevel 81 Name: tel-plugin-atmodem Version: %{major}.%{minor}.%{patchlevel} diff --git a/src/s_sms.c b/src/s_sms.c index 10a4841..daf39ae 100644 --- a/src/s_sms.c +++ b/src/s_sms.c @@ -1094,9 +1094,6 @@ static void on_response_sms_get_param_count(TcorePending *pending, int data_len, file_type_tag = file_type_tag & (*ptr_data); switch (file_type_tag) { - /* increment to next byte */ - ptr_data++; - case 0x1: dbg("Getting FileType: [Transparent file type]"); /* increment to next byte */