diff options
author | Anders Broman <anders.broman@ericsson.com> | 2009-04-14 18:10:45 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2009-04-14 18:10:45 +0000 |
commit | e5d6ac8615236efa43c42b31f301ea4eedf29c25 (patch) | |
tree | c9a3a6aef37efb465a9b0447bc0ef240d7b74c15 /epan/dissectors/packet-rrc.c | |
parent | c3befe3a37dc97e5a9b292328461e708f07ac8c5 (diff) | |
download | wireshark-e5d6ac8615236efa43c42b31f301ea4eedf29c25.tar.gz wireshark-e5d6ac8615236efa43c42b31f301ea4eedf29c25.tar.bz2 wireshark-e5d6ac8615236efa43c42b31f301ea4eedf29c25.zip |
Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANT
svn path=/trunk/; revision=28048
Diffstat (limited to 'epan/dissectors/packet-rrc.c')
-rw-r--r-- | epan/dissectors/packet-rrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rrc.c b/epan/dissectors/packet-rrc.c index f714cdfe9d..14c2e17b96 100644 --- a/epan/dissectors/packet-rrc.c +++ b/epan/dissectors/packet-rrc.c @@ -64823,7 +64823,7 @@ dissect_rrc_UE_InternalMeasuredResults_v770ext(tvbuff_t *tvb _U_, int offset _U_ static int dissect_rrc_T_ue_GANSSTimingOfCellFrames(tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) { offset = dissect_per_constrained_integer_64b(tvb, offset, actx, tree, hf_index, - 0U, G_GUINT64_CONSTANT(345599999999), NULL, FALSE); + 0U, G_GINT64_CONSTANT(345599999999U), NULL, FALSE); return offset; } |