This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
324aa91
)
Fix typo in NeXT dynaloader
author
Chip Salzenberg
<chip@perl.com>
Wed, 23 Apr 1997 18:29:12 +0000
(06:29 +1200)
committer
Chip Salzenberg
<chip@atlantic.net>
Sat, 26 Apr 1997 12:00:00 +0000
(
00:00
+1200)
ext/DynaLoader/dl_next.xs
patch
|
blob
|
blame
|
history
diff --git
a/ext/DynaLoader/dl_next.xs
b/ext/DynaLoader/dl_next.xs
index
952c022
..
92d14bc
100644
(file)
--- a/
ext/DynaLoader/dl_next.xs
+++ b/
ext/DynaLoader/dl_next.xs
@@
-208,7
+208,7
@@
char *symbol;
NXStream *nxerr = OpenError();
unsigned long symref = 0;
- if (!rld_lookup(nxerr, form("_%s", symb
uf
), &symref))
+ if (!rld_lookup(nxerr, form("_%s", symb
ol
), &symref))
TransferError(nxerr);
CloseError(nxerr);
return (void*) symref;