Silence a non-constant format string warning.

MFC after:	1 week
This commit is contained in:
kris 2001-07-05 10:49:43 +00:00
parent 57536098ce
commit b9913e0eab

View File

@ -684,7 +684,7 @@ uvwrite_chat_script (e, pzarg)
{
if ((*pz)[0] != '-' && pz != pzarg)
fprintf (e, " ");
fprintf (e, *pz);
fprintf (e, "%s", *pz);
}
}