Skip to content
Snippets Groups Projects
Commit e987ea72 authored by Franck Dary's avatar Franck Dary
Browse files

Corrected a problem where context->fp was set when we didn't want it

parent 5d94ed77
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,7 @@ int main(int argc, char *argv[]) ...@@ -320,7 +320,7 @@ int main(int argc, char *argv[])
context *ctx = context_read_options(argc, argv); context *ctx = context_read_options(argc, argv);
ctx->mode = TEST_MODE; ctx->mode = TEST_MODE;
maca_tm_decoder_check_options(ctx); maca_tm_decoder_check_options(ctx);
maca_tm_decoder_set_linguistic_resources_filenames(ctx); //maca_tm_decoder_set_linguistic_resources_filenames(ctx);
ctx->machine = tm_load(ctx->tm_filename, ctx->maca_data_path, ctx->verbose); ctx->machine = tm_load(ctx->tm_filename, ctx->maca_data_path, ctx->verbose);
mcd_link_to_dico(ctx->mcd_struct, ctx->machine->d_tapes, ctx->verbose); mcd_link_to_dico(ctx->mcd_struct, ctx->machine->d_tapes, ctx->verbose);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment