summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-02-05 03:14:08 +0000
committerBill Meier <wmeier@newsguy.com>2009-02-05 03:14:08 +0000
commit0379da514756c0cffe914dbb93e59fe34f6651ec (patch)
treef427bab6c30e429b286220d8fb92622c0d2ed5f0
parenta2cbe9b2da4da1c77157eb78dd7f2c0a986bc139 (diff)
downloadwireshark-0379da514756c0cffe914dbb93e59fe34f6651ec.tar.gz
Keep the compiler happy: revert one change....
svn path=/trunk/; revision=27373
-rw-r--r--epan/dissectors/packet-dect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dect.c b/epan/dissectors/packet-dect.c
index 46ac2f9bdd..93729b98d6 100644
--- a/epan/dissectors/packet-dect.c
+++ b/epan/dissectors/packet-dect.c
@@ -855,7 +855,7 @@ dissect_bfield(gboolean type _U_, struct dect_afield *pkt_afield,
if((blen+(xcrclen/8)+1)<=pkt_bfield->Length)
{
- guint16 x,y;
+ guint16 x,y=0;
for(x=0;x<blen;x+=16)
{
gchar string[60];