aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-k12.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-09 11:59:44 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-09 11:59:44 +0000
commit9c07466d3641354754b660ad1c87b8ca171a1292 (patch)
treecc0c5a8bb010dac344c92e00d972785d44d4d122 /epan/dissectors/packet-k12.c
parent70fd76c1b0fa035abf2008d95b9af74edb378e03 (diff)
Fix some of the Errors/warnings detected by checkapi.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25261 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-k12.c')
-rw-r--r--epan/dissectors/packet-k12.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-k12.c b/epan/dissectors/packet-k12.c
index 59a0909ca0..3eb23652ff 100644
--- a/epan/dissectors/packet-k12.c
+++ b/epan/dissectors/packet-k12.c
@@ -366,7 +366,7 @@ protos_chk_cb(void* r _U_, const char* p, unsigned len, void* u1 _U_, void* u2 _
guint num_protos, i;
g_strstrip(line);
- g_strdown(line);
+ g_ascii_strdown(line,len);
protos = ep_strsplit(line,":",0);