From e5d6ac8615236efa43c42b31f301ea4eedf29c25 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Tue, 14 Apr 2009 18:10:45 +0000 Subject: Use G_GINT64_CONSTANT in stead of G_GUINT4_CONSTANT svn path=/trunk/; revision=28048 --- tools/asn2wrs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py index 624d690097..44e67f68c6 100755 --- a/tools/asn2wrs.py +++ b/tools/asn2wrs.py @@ -3106,7 +3106,7 @@ class Type (Node): if str(minv).isdigit(): minv += 'U' if str(maxv).isdigit(): if (long(maxv) >= 2**32): - maxv = "G_GUINT64_CONSTANT(%s)" % (str(maxv)) + maxv = "G_GINT64_CONSTANT(%sU)" % (str(maxv)) else: maxv += 'U' if (ext): ext = 'TRUE' -- cgit v1.2.3