X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Futilities%2Finclude.c;h=2f1fdeb2c1781c2c66fbc6254f5b8faf4471668a;hb=4f2f805c653f0dc901924944ea4c55309ff14d32;hp=9f666747db6b99fe129ac24e7680beab3693eab1;hpb=65e61cc92b48297625bc71cf31b8a19e301eb6c1;p=pspp diff --git a/src/language/utilities/include.c b/src/language/utilities/include.c index 9f666747db..2f1fdeb2c1 100644 --- a/src/language/utilities/include.c +++ b/src/language/utilities/include.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -54,7 +53,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) {