mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Silence a non-constant format string warning.
MFC after: 1 week
This commit is contained in:
parent
55e6acd71b
commit
95897b0fae
1 changed files with 1 additions and 1 deletions
|
|
@ -684,7 +684,7 @@ uvwrite_chat_script (e, pzarg)
|
|||
{
|
||||
if ((*pz)[0] != '-' && pz != pzarg)
|
||||
fprintf (e, " ");
|
||||
fprintf (e, *pz);
|
||||
fprintf (e, "%s", *pz);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue