From 947a70a911fd54357edf2f509f28680f2be49aa4 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Wed, 6 Jul 2005 09:28:30 +0000 Subject: [PATCH] Kill harmless format warning --- libraries/libldap/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.39.5