ANSI C / Solaris tweak

This commit is contained in:
Vern Paxson 1995-04-28 11:39:39 +00:00
parent 304c87e492
commit 8d888f74fc

2
misc.c
View File

@ -37,7 +37,7 @@ int value;
{
char buf[MAXLINE];
if ( strlen( defname ) > MAXLINE / 2 )
if ( (int) strlen( defname ) > MAXLINE / 2 )
{
format_pinpoint_message( _( "name \"%s\" ridiculously long" ),
defname );