Added a cast to make it compile.

svn path=/trunk/; revision=24657
This commit is contained in:
Stig Bjørlykke 2008-03-16 19:26:52 +00:00
parent 70a53138b3
commit abb6a98fc9
1 changed files with 1 additions and 1 deletions

View File

@ -489,7 +489,7 @@ dissect_rx(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
proto_tree_add_time(tree, hf_rx_epoch, tvb,
offset, 4, &ts);
rxinfo.epoch = ts.secs;
rxinfo.epoch = (guint32) ts.secs;
offset += 4;
}