summaryrefslogtreecommitdiff
path: root/ext/DynaLoader/dl_dllload.xs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/DynaLoader/dl_dllload.xs')
-rw-r--r--ext/DynaLoader/dl_dllload.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DynaLoader/dl_dllload.xs b/ext/DynaLoader/dl_dllload.xs
index ea0a8f6219..ff0c7a9572 100644
--- a/ext/DynaLoader/dl_dllload.xs
+++ b/ext/DynaLoader/dl_dllload.xs
@@ -205,7 +205,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