From 60ce2f6158217e56240d20e765a497b9e3dffdb5 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 5 Feb 2001 02:47:31 +0000 Subject: Fix up some MSVC complaints about (narrowing) type conversions by widening formal arguments or narrowing variables passed as actual arguments. svn path=/trunk/; revision=2993 --- packet-radius.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packet-radius.c') diff --git a/packet-radius.c b/packet-radius.c index 7bb763d211..1afc1d0442 100644 --- a/packet-radius.c +++ b/packet-radius.c @@ -1,7 +1,7 @@ /* packet-radius.c * Routines for RADIUS packet disassembly * - * $Id: packet-radius.c,v 1.24 2001/01/22 08:54:06 guy Exp $ + * $Id: packet-radius.c,v 1.25 2001/02/05 02:47:31 guy Exp $ * * Ethereal - Network traffic analyzer * By Johan Feyaerts @@ -480,7 +480,7 @@ guint32 match_numval(guint32 val, const value_value_pair *vs) static gchar textbuffer[2000]; -gchar *rdconvertbufftostr(gchar *dest,guint8 length,const guint8 *pd) +gchar *rdconvertbufftostr(gchar *dest,int length,const guint8 *pd) { /*converts the raw buffer into printable text */ guint32 i; -- cgit v1.2.3