Silence a non-constant format string warning.
MFC after: 1 week
This commit is contained in:
parent
57536098ce
commit
b9913e0eab
@ -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