errfn.c (cp_thing): Print buf as a string not as a printf format to avoid problems...
authorTheodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
Sun, 4 Oct 1998 21:12:11 +0000 (23:12 +0200)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 4 Oct 1998 21:12:11 +0000 (17:12 -0400)
commit12a27dfc4e83a8e450b98063efc0b38207050000
tree070461b4877d38e24b59eca0483262dac74a5609
parent5f2c99c43b76e7d4bc46e445eaa04201c827ffe2
errfn.c (cp_thing): Print buf as a string not as a printf format to avoid problems with the operator%.

* errfn.c (cp_thing): Print buf as a string not as a printf format
to avoid problems with the operator%. Consequently, `%%' sequences
in format are copied as `%' in buf.

From-SVN: r22825
gcc/cp/ChangeLog
gcc/cp/errfn.c