From aa6dc5e692e55b200f9a022681565b28f1c34990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Thu, 20 May 2010 14:53:29 +0000 Subject: Fixed warning "Field width should have type 'int'". svn path=/trunk/; revision=32909 --- plugins/asn1/packet-asn1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/asn1/packet-asn1.c') diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c index 77a8fc6021..1ce3cf6371 100644 --- a/plugins/asn1/packet-asn1.c +++ b/plugins/asn1/packet-asn1.c @@ -2932,13 +2932,13 @@ save_reference(PDUinfo *p) } static void -tbl_type(guint n, GNode *pdu, GNode *list, guint fullindex); +tbl_type(gint n, GNode *pdu, GNode *list, guint fullindex); /* evaluate typeref, pointer to current pdu node and typedef */ static void -tbl_typeref(guint n, GNode *pdu, GNode *tree, guint fullindex) +tbl_typeref(gint n, GNode *pdu, GNode *tree, guint fullindex) { GNode *q; PDUinfo *p = (PDUinfo *)pdu->data, *p1; @@ -3108,7 +3108,7 @@ tbl_typeref(guint n, GNode *pdu, GNode *tree, guint fullindex) } static void -tbl_type(guint n, GNode *pdu, GNode *list, guint fullindex) /* indent, pdu, source type node list */ +tbl_type(gint n, GNode *pdu, GNode *list, guint fullindex) /* indent, pdu, source type node list */ { GNode *q, *pdu1; PDUinfo *p, *p1; -- cgit v1.2.3