mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Work around a `warning: zero-length printf format string'.
This commit is contained in:
parent
2a8d656d26
commit
e602b918db
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue