projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
84c476b
)
-w interacts badly with -Dt
Spider Boardman [Wed, 11 Jun 1997 00:00:00 +0000 (12:00 +1200)]
sv.c
patch
|
blob
|
blame
|
history
diff --git
a/sv.c
b/sv.c
index
ece94b9
..
53499fd
100644
(file)
--- a/
sv.c
+++ b/
sv.c
@@
-889,6
+889,7
@@
register SV *sv;
STRLEN prevlen;
int unref = 0;
+ sv_setpvn(t, "", 0);
retry:
if (!sv) {
sv_catpv(t, "VOID");