Kill harmless format warning

This commit is contained in:
Hallvard Furuseth 2005-07-06 09:28:30 +00:00
parent a20b19cc9e
commit 947a70a911

View file

@ -59,7 +59,7 @@ static char *dnsuffix;
static char *
get_line( char *line, int len, FILE *fp, const char *prompt )
{
printf(prompt);
fputs(prompt, stdout);
if ( fgets( line, len, fp ) == NULL )
return( NULL );