projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ddeb2df
)
Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/
Nicholas Clark [Sat, 6 Oct 2007 14:56:18 +0000 (14:56 +0000)]
p4raw-id: //depot/perl@32047
dump.c
patch
|
blob
|
blame
|
history
diff --git
a/dump.c
b/dump.c
index
1ad3e77
..
d4fe8b5
100644
(file)
--- a/
dump.c
+++ b/
dump.c
@@
-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) {