diff --git a/lib/libc/net/res_send.c b/lib/libc/net/res_send.c index 6accd3c8bd4..fea5f5423d4 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