summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-x11.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-12-19 17:39:52 +0000
committerGerald Combs <gerald@wireshark.org>2008-12-19 17:39:52 +0000
commit6d04f793f019b456f8d8c81f231152fbba24da8b (patch)
tree647f2501114c1f15b0c01fc84cbb6cdad96a3580 /epan/dissectors/packet-x11.c
parent8e53f726885fe5ce2ae8422867299d2da09518cc (diff)
downloadwireshark-6d04f793f019b456f8d8c81f231152fbba24da8b.tar.gz
Back out r27047 and r27053.
svn path=/trunk/; revision=27062
Diffstat (limited to 'epan/dissectors/packet-x11.c')
-rw-r--r--epan/dissectors/packet-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x11.c b/epan/dissectors/packet-x11.c
index 8d17556ad2..a93a9bc7d5 100644
--- a/epan/dissectors/packet-x11.c
+++ b/epan/dissectors/packet-x11.c
@@ -1849,7 +1849,7 @@ static void listOfKeycode(tvbuff_t *tvb, int *offsetp, proto_tree *t, int hf,
g_malloc(sizeof(*modifiermap[m]) * keycodes_per_modifier);
tikc = proto_tree_add_bytes_format(tt, hf_x11_keycodes_item, tvb,
- *offsetp, keycodes_per_modifier, "item: ");
+ *offsetp, keycodes_per_modifier, p, "item: ");
for(i = 0; i < keycodes_per_modifier; ++i) {
guchar c = p[i];