From: Spider Boardman Date: Wed, 11 Jun 1997 00:00:00 +0000 (+1200) Subject: -w interacts badly with -Dt X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b98c47741150a58095bc9cf36c6b983e3313c44;p=p5sagit%2Fp5-mst-13.2.git -w interacts badly with -Dt --- diff --git a/sv.c b/sv.c index ece94b9..53499fd 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");