aboutsummaryrefslogtreecommitdiffstats
path: root/src/unistd/searchpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/searchpath.c')
-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 bfcffba..37a0042 100644
--- a/src/unistd/searchpath.c
+++ b/src/unistd/searchpath.c
@@ -50,6 +50,6 @@
*/
char* searchpath(const char* name)
{
- return searchpath3(name, "", NULL);
+ return searchpath3(name, "", "");
}