* file-name.c (fn_search_path): Remove prefix arg that was unused
[pspp-builds.git] / src / language / utilities / include.c
index 9f666747db6b99fe129ac24e7680beab3693eab1..7bb2e55733aad4f29fb21da08dcefdc3f510a82d 100644 (file)
@@ -54,7 +54,7 @@ cmd_include (struct lexer *lexer, struct dataset *ds UNUSED)
   target_fn = ds_cstr (lex_tokstr (lexer));
 
   ss = lex_get_source_stream (lexer);
-  found_fn = fn_search_path (target_fn, getl_include_path ( ss ), NULL);
+  found_fn = fn_search_path (target_fn, getl_include_path ( ss ));
 
   if (found_fn != NULL) 
     {