Work around a `warning: zero-length printf format string'.

This commit is contained in:
Jacques Vidrine 2004-01-06 18:45:13 +00:00
parent 2a8d656d26
commit e602b918db

View File

@ -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