11792 wasn't complete
[p5sagit/p5-mst-13.2.git] / pp_ctl.c
index f64b18d..6a23961 100644 (file)
--- a/pp_ctl.c
+++ b/pp_ctl.c
@@ -3160,7 +3160,7 @@ trylocal: {
                    }
 
                    Perl_sv_setpvf(aTHX_ namesv, "/loader/0x%"UVxf"/%s",
-                                  PTR2UV(SvANY(loader)), name);
+                                  PTR2UV(SvRV(dirsv)), name);
                    tryname = SvPVX(namesv);
                    tryrsfp = 0;