From 303082812e8bba1379b9aa44a6d663bcd8b80821 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 26 Dec 2006 22:56:35 +0000 Subject: From Sebastien Tandel: fix places where a signed character was being passed to ctype.h macros. Make some routines in packet-exec.c not used outside that file static, and fix a typo. svn path=/trunk/; revision=20222 --- epan/dissectors/packet-slimp3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-slimp3.c') diff --git a/epan/dissectors/packet-slimp3.c b/epan/dissectors/packet-slimp3.c index 13170c828a..2e11762052 100644 --- a/epan/dissectors/packet-slimp3.c +++ b/epan/dissectors/packet-slimp3.c @@ -231,7 +231,7 @@ dissect_slimp3(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) gint i1; gint offset = 0; guint16 opcode; - char lcd_char; + guchar lcd_char; char lcd_str[MAX_LCD_STR_LEN + 1]; int to_server = FALSE; int old_protocol = FALSE; -- cgit v1.2.3