mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 16:34:45 -05:00
Kill harmless format warning
This commit is contained in:
parent
a20b19cc9e
commit
947a70a911
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Reference in a new issue