aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-23 01:55:29 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-23 01:55:29 +0000
commitb2b796b4ea4609539bf39ad433d901a52457d88c (patch)
treebb82f14be30c41e04796cab553ebbc863fb58011 /epan/dissectors/packet-afp.c
parentc2b9e6bf7dfa9c9af48185da963e2f724a01bc92 (diff)
fix some more warnings
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21143 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-afp.c')
-rw-r--r--epan/dissectors/packet-afp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-afp.c b/epan/dissectors/packet-afp.c
index fde6fbf467..c07cd45bef 100644
--- a/epan/dissectors/packet-afp.c
+++ b/epan/dissectors/packet-afp.c
@@ -1066,7 +1066,7 @@ print_date(proto_tree *tree,int id, tvbuff_t *tvb, gint offset)
tv.nsecs = 0;
proto_tree_add_time(tree, id, tvb, offset, 4, &tv);
- return date;
+ return (guint32) date;
}
/* -------------------------- */