diff options
-rw-r--r-- | dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2243,7 +2243,7 @@ Perl_sv_catxmlpvn(pTHX_ SV *dsv, const char *pv, STRLEN len, int utf8) sv_catpvs(dsv, "&"); break; case '"': - sv_catpvf(dsv, """); + sv_catpvs(dsv, """); break; default: if (c < 0xD800) { |