diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/net/res_send.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/libc/net/res_send.c b/lib/libc/net/res_send.c index 6accd3c8bd4e..fea5f5423d45 100644 --- a/lib/libc/net/res_send.c +++ b/lib/libc/net/res_send.c @@ -848,7 +848,7 @@ read_len:  		       (stdout, ";; got answer:\n"));  		DprintQ((_res.options & RES_DEBUG) ||  			(_res.pfcode & RES_PRF_REPLY), -			(stdout, ""), +			(stdout, "%.*s", 0, ""),  			ans, (resplen>anssiz)?anssiz:resplen);  		/*  		 * If using virtual circuits, we assume that the first server | 
