From 209c8de4e53bbe9e40a71cb405dd25e7151f5bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 28 Oct 2008 20:55:59 +0000 Subject: Make it compile. svn path=/trunk/; revision=26611 --- epan/dissectors/packet-gsm_sms.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/dissectors') diff --git a/epan/dissectors/packet-gsm_sms.c b/epan/dissectors/packet-gsm_sms.c index 9887da09a4..4c81874910 100644 --- a/epan/dissectors/packet-gsm_sms.c +++ b/epan/dissectors/packet-gsm_sms.c @@ -1927,6 +1927,7 @@ dis_iei_csm16(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint8 length) static void dis_iei_tf(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint8 length) { + const gchar *str = NULL; guint8 oct; proto_item *item; proto_item *item_colour; @@ -2497,7 +2498,7 @@ dis_field_ud(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint32 length, gb char *ustr; proto_item *ucs2_item; gchar *utf8_text = NULL; - gchar save_byte , save_byte2; + gchar save_byte = 0 , save_byte2 = 0; GIConv cd; GError *l_conv_error = NULL; -- cgit v1.2.3