summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorSpider Boardman <spider@Orb.Nashua.NH.US>1997-06-11 12:00:00 +1200
committerTim Bunce <Tim.Bunce@ig.co.uk>1997-06-11 12:00:00 +1200
commit2b98c47741150a58095bc9cf36c6b983e3313c44 (patch)
tree76ab0357d51b95360f13490df282ef514950f039 /sv.c
parent84c476bd7dc489e0b953be0e097d1a3adfd610d4 (diff)
downloadperl-2b98c47741150a58095bc9cf36c6b983e3313c44.tar.gz
-w interacts badly with -Dt
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index ece94b93ac..53499fd649 100644
--- 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");