Skip to content
Snippets Groups Projects
Commit 362ef005 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

fixed a leftover cat_code_table_code

parent 82702e8c
Branches
Tags
No related merge requests found
......@@ -449,7 +449,7 @@ void main_body(void)
initialize_math();
fixup_selector(log_opened_global);
check_texconfig_init();
if ((iloc < ilimit) && (get_cat_code(cat_code_table_code, buffer[iloc]) != escape_cmd))
if ((iloc < ilimit) && (get_cat_code(cat_code_table_par, buffer[iloc]) != escape_cmd))
start_input(); /* \.{\\input} assumed */
/* DIR: Initialize |text_dir_ptr| */
text_dir_ptr = new_dir(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment