projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
df41b45
)
type mismatch
Gurusamy Sarathy [Tue, 7 Mar 2000 23:05:16 +0000 (23:05 +0000)]
p4raw-id: //depot/perl@5603
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
f062bbb
..
6f40d6f
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-5824,7
+5824,7
@@
Perl_sv_vcatpvfn(pTHX_ SV *sv, const char *pat, STRLEN patlen, va_list *args, SV
else if (svix < svmax)
vecsv = svargs[svix++];
else {
- vecstr = "";
+ vecstr = (U8*)"";
veclen = 0;
continue;
}