diff --git a/libraries/libldap/test.c b/libraries/libldap/test.c index 8cc5eb480f..2dfd8edf59 100644 --- a/libraries/libldap/test.c +++ b/libraries/libldap/test.c @@ -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 );