From: Nicholas Clark Date: Tue, 2 May 2006 16:24:14 +0000 (+0000) Subject: Change 28063 forgot 1 key line - acutally use the correct filename X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=81a2b3b63405cdf740520d468d3da237ead91a62;p=p5sagit%2Fp5-mst-13.2.git Change 28063 forgot 1 key line - acutally use the correct filename storage. p4raw-id: //depot/perl@28064 --- diff --git a/op.c b/op.c index 366897b..70f188e 100644 --- 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); }