This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change newSVpvn("…", …) to newSVpvs("…")
[perl5.git] / ext / DynaLoader / dl_symbian.xs
index 7f0c0d3..b509a6a 100644 (file)
@@ -234,7 +234,7 @@ CLONE(...)
      * using Perl variables that belong to another thread, we create our 
      * own for this thread.
      */
-    MY_CXT.x_dl_last_error = newSVpvn("", 0);
+    MY_CXT.x_dl_last_error = newSVpvs("");
 
 #endif