This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perluniprops: \p{Greek} is a shortcut for scx:greek
[perl5.git] / doio.c
diff --git a/doio.c b/doio.c
index 565f896..9f76c10 100644 (file)
--- a/doio.c
+++ b/doio.c
@@ -1267,7 +1267,7 @@ S_dir_unchanged(pTHX_ const char *orig_pv, MAGIC *mg) {
     if (!PERL_FILE_IS_ABSOLUTE(orig_pv)
         && PerlLIO_stat(SvPVX(*temp_psv), &statbuf) < 0) {
         Perl_croak(aTHX_ "Cannot complete in-place edit of %" SVf ": %s",
-                   *orig_psv,
+                   orig_pv,
                    "Work file is missing - did you change directory?");
     }
 #endif