summaryrefslogtreecommitdiff
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index d6978b0571..56e6614c60 100644
--- a/eval.c
+++ b/eval.c
@@ -6011,6 +6011,7 @@ search_required(fname, featurep, path)
*featurep = tmp;
#ifdef DLEXT2
if (rb_find_file_ext(&tmp, loadable_ext+1)) {
+ *featurep = tmp;
*path = rb_find_file(tmp);
return 's';
}