aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/h223/packet-h223.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/h223/packet-h223.c')
-rw-r--r--plugins/h223/packet-h223.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/h223/packet-h223.c b/plugins/h223/packet-h223.c
index 2f750259e2..3060be0989 100644
--- a/plugins/h223/packet-h223.c
+++ b/plugins/h223/packet-h223.c
@@ -189,7 +189,7 @@ static gint circuit_chain_equal(gconstpointer v, gconstpointer w)
static guint circuit_chain_hash (gconstpointer v)
{
const circuit_chain_key *key = (const circuit_chain_key *)v;
- guint hash_val = ((guint32)(key->call))^(((guint32)key->vc) << 16);
+ guint hash_val = ((guint32)(unsigned long)(key->call))^(((guint32)key->vc) << 16);
return hash_val;
}