From 3937e6b70e7fc34c6b831013816ce73c2400c6fe Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 9 Nov 2003 22:57:52 +0000 Subject: Fix the type of the "integer" argument to "asn1_uint32_value_decode()", as per a note by Michael Lum. svn path=/trunk/; revision=8924 --- asn1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asn1.c') diff --git a/asn1.c b/asn1.c index 0b86c9ea30..6fad37d4ea 100644 --- a/asn1.c +++ b/asn1.c @@ -1,7 +1,7 @@ /* asn1.c * Routines for ASN.1 BER dissection * - * $Id: asn1.c,v 1.22 2003/10/02 06:13:27 guy Exp $ + * $Id: asn1.c,v 1.23 2003/11/09 22:57:52 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -556,7 +556,7 @@ done: * RETURNS: ASN1_ERR value (ASN1_ERR_NOERROR on success) */ int -asn1_uint32_value_decode ( ASN1_SCK *asn1, int enc_len, guint *integer) +asn1_uint32_value_decode ( ASN1_SCK *asn1, int enc_len, guint32 *integer) { int ret; int eoc; -- cgit v1.2.3