aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-15 18:14:34 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-15 18:14:34 +0000
commit2123f40af05f65029117218569eb61389d40117f (patch)
tree812b9448538c055f785baac46985150330711b10
parent29e29561db4c0f423168b6ceaeb161daef669832 (diff)
Fix the Buildbot.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28057 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/packet-rlc-lte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rlc-lte.c b/epan/dissectors/packet-rlc-lte.c
index 36744f2d64..b38d842829 100644
--- a/epan/dissectors/packet-rlc-lte.c
+++ b/epan/dissectors/packet-rlc-lte.c
@@ -410,7 +410,7 @@ static gint rlc_frame_equal(gconstpointer v, gconstpointer v2)
/* Compute a hash value for a given key. */
static guint rlc_frame_hash_func(gconstpointer v)
{
- return (guint)v;
+ return GPOINTER_TO_UINT(v);
}
/* The frame report hash table instance itself */