]> mj.ucw.cz Git - leo.git/blobdiff - leo.c
Labelling: Bugfixes in get_closure
[leo.git] / leo.c
diff --git a/leo.c b/leo.c
index 5888fec7c4674de0cf4b3621c8b90be3c34a56cd..003a2c55024af9b1787ca739283a19ad60c4fb49 100644 (file)
--- a/leo.c
+++ b/leo.c
@@ -117,6 +117,9 @@ int main(int argc UNUSED, char **argv)
 // HACKING
   cf_def_file = argv[1];
   cf_declare_section("Debug", &debug_cf, 0);
+
+  labeller_conf();
+
   opt_parse(&options, argv+2);
 // TILL HERE