X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=leo.c;h=003a2c55024af9b1787ca739283a19ad60c4fb49;hb=refs%2Fheads%2Flabelling;hp=5888fec7c4674de0cf4b3621c8b90be3c34a56cd;hpb=b25de492dc4cd314583eff5c01c7fb0e6abdccc5;p=leo.git diff --git a/leo.c b/leo.c index 5888fec..003a2c5 100644 --- 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