[Pkg-running-devel] [openambit] 117/131: Fixup 3b752ac874. Forgot to adjust variable type.
Christian Perrier
bubulle at moszumanska.debian.org
Thu Jul 17 20:19:17 UTC 2014
This is an automated email from the git hooks/post-receive script.
bubulle pushed a commit to branch master
in repository openambit.
commit 38dbc0bae6563f5b9ed305fc5fc81f6a1ee6092d
Author: Olaf Meeuwissen <paddy-hack at member.fsf.org>
Date: Mon Jun 2 21:52:55 2014 +0900
Fixup 3b752ac874. Forgot to adjust variable type.
---
wireshark_dissector/ambit-dissector.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/wireshark_dissector/ambit-dissector.c b/wireshark_dissector/ambit-dissector.c
index f528bbc..fbe0825 100644
--- a/wireshark_dissector/ambit-dissector.c
+++ b/wireshark_dissector/ambit-dissector.c
@@ -383,7 +383,8 @@ static gint dissect_ambit_device_info_get(tvbuff_t *tvb, packet_info *pinfo, pro
static gint dissect_ambit_device_info_reply(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
{
- guint8 fw1,fw2,fw3;
+ guint8 fw1,fw2;
+ guint16 fw3;
guint8 hw1,hw2;
guint16 hw3;
gint offset = 0;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/openambit.git
More information about the Pkg-running-devel
mailing list