Work around a `warning: zero-length printf format string'.
This commit is contained in:
parent
2a8d656d26
commit
e602b918db
@ -848,7 +848,7 @@ res_send(buf, buflen, ans, anssiz)
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user