X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Flexer%2Finclude-path.c;h=96870a5a9a3041785f10cb74e7052ff79c641b74;hb=69b31e124aff05df3492e6e6412c03c64e4e9d12;hp=bc20122daf8443f1c15045852ff4c1719bed0dd2;hpb=9ade26c8349b4434008c46cf09bc7473ec743972;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, ".");