X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fatalkd%2Fmulticast.c;h=af0b7115fc011e72db0375bd835bbf7623671316;hb=fd371714895adf541884a0f3f83b746a1253fec9;hp=72dba048c1c998a821a70d13f833213afcfc7af4;hpb=d11dbe849df672f2a193747bf1ba282568d5924a;p=netatalk.git diff --git a/etc/atalkd/multicast.c b/etc/atalkd/multicast.c index 72dba048..af0b7115 100644 --- a/etc/atalkd/multicast.c +++ b/etc/atalkd/multicast.c @@ -1,5 +1,5 @@ /* - * $Id: multicast.c,v 1.5 2001-06-25 20:13:45 rufustfirefly Exp $ + * $Id: multicast.c,v 1.6 2001-07-31 19:50:14 srittau Exp $ * * Copyright (c) 1990,1993 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -394,7 +394,7 @@ zone_bcast( zt ) } for ( i = 0; i < zt->zt_len; i++ ) { - uname[ i ] = diatoupper(zt->zt_name[ i ]); + uname[ i ] = diatoupper((int) zt->zt_name[ i ]); } cksum = atalk_cksum( uname, zt->zt_len ); #define elements(a) (sizeof(a)/sizeof((a)[0]))