Skip to content

Commit

Permalink
Change 28063 forgot 1 key line - acutally use the correct filename
Browse files Browse the repository at this point in the history
storage.

p4raw-id: //depot/perl@28064
  • Loading branch information
nwc10 committed May 2, 2006
1 parent 77004de commit 81a2b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op.c
Expand Up @@ -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);
}
Expand Down

0 comments on commit 81a2b3b

Please sign in to comment.