Change 28063 forgot 1 key line - acutally use the correct filename
Nicholas Clark [Tue, 2 May 2006 16:24:14 +0000 (16:24 +0000)]
storage.

p4raw-id: //depot/perl@28064

op.c

diff --git a/op.c b/op.c
index 366897b..70f188e 100644 (file)
--- a/op.c
+++ b/op.c
@@ -5481,6 +5481,7 @@ Perl_newXS_flags(pTHX_ const char *name, XSUBADDR_t subaddr,
        } else {
            SvPOK_off(cv);
        }
+       CvFILE(cv) = proto_and_file + proto_len;
     } else {
        sv_setpv((SV *)cv, proto);
     }