summaryrefslogtreecommitdiffstats
path: root/loader/elfdll.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/elfdll.c')
-rw-r--r--loader/elfdll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/elfdll.c b/loader/elfdll.c
index 5c33d2bde9..f6ac158107 100644
--- a/loader/elfdll.c
+++ b/loader/elfdll.c
@@ -68,7 +68,7 @@ void *ELFDLL_dlopen(const char *libname, int flags)
/* Now try to construct searches through our extra search-path */
namelen = strlen(libname);
- ldpath = def_path;
+ ldpath = codec_path;
while(ldpath && *ldpath)
{
int len;