X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Finclude-path.c;h=96870a5a9a3041785f10cb74e7052ff79c641b74;hb=55291dbeef603f85cdcf875da77fa550f9b8f429;hp=bc20122daf8443f1c15045852ff4c1719bed0dd2;hpb=fe8dc2171009e90d2335f159d05f7e6660e24780;p=pspp diff --git a/src/language/lexer/include-path.c b/src/language/lexer/include-path.c index bc20122daf..96870a5a9a 100644 --- a/src/language/lexer/include-path.c +++ b/src/language/lexer/include-path.c @@ -75,7 +75,7 @@ include_path_init__ (void) if (inited) return; - inited = false; + inited = true; string_array_init (&the_include_path); string_array_append (&the_include_path, ".");