aboutsummaryrefslogtreecommitdiffstats
path: root/src/unistd/searchpath.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/unistd/searchpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/searchpath.c b/src/unistd/searchpath.c
index 84bc58e..bfcffba 100644
--- a/src/unistd/searchpath.c
+++ b/src/unistd/searchpath.c
@@ -50,6 +50,6 @@
*/
char* searchpath(const char* name)
{
- return searchpath2(name, "");
+ return searchpath3(name, "", NULL);
}