aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-04-07 17:25:42 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-04-07 15:32:59 +0000
commitf4670098153ce352a8b812f80bfff714cf59fcf5 (patch)
treeaf160db9000dc9c84285f7b3ee8579aa98043d60 /epan
parent1df34d9a9c54a4d15210f900e361030604884495 (diff)
ATM: add a cast to pacify the OSX 10.5 x86 buildbot
Change-Id: I2bff621b46b4811cf60ebaff8fca7429bed3a91e Reviewed-on: https://code.wireshark.org/review/7973 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-atm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-atm.c b/epan/dissectors/packet-atm.c
index 66cb5ee4ff..50ac70f80a 100644
--- a/epan/dissectors/packet-atm.c
+++ b/epan/dissectors/packet-atm.c
@@ -1711,7 +1711,7 @@ static void atm_prompt(packet_info *pinfo _U_, gchar* result)
static gpointer atm_value(packet_info *pinfo)
{
- return GUINT_TO_POINTER(pinfo->pseudo_header->atm.type);
+ return GUINT_TO_POINTER((guint)pinfo->pseudo_header->atm.type);
}
void