mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
Silence a non-constant format string warning.
MFC after: 1 week
This commit is contained in:
parent
55e6acd71b
commit
95897b0fae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=79312
@ -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 New Issue
Block a user