This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Basic integrate of lastest perl into ansiperl
[perl5.git] / sv.c
diff --git a/sv.c b/sv.c
index 408cc77..9a7f075 100644 (file)
--- a/sv.c
+++ b/sv.c
@@ -3219,6 +3219,10 @@ screamer2:
        }
     }
 
+#ifdef WIN32
+    win32_strip_return(sv);
+#endif
+
     return (SvCUR(sv) - append) ? SvPVX(sv) : Nullch;
 }