diff options
Diffstat (limited to 'src/ft_get_tex_extra.c')
-rw-r--r-- | src/ft_get_tex_extra.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ft_get_tex_extra.c b/src/ft_get_tex_extra.c index acb7495..25f9c23 100644 --- a/src/ft_get_tex_extra.c +++ b/src/ft_get_tex_extra.c @@ -37,7 +37,7 @@ int8_t ft_sprintf(clist->errmsg, FT_ERR_RD_NL_TEX); return (-1); } - clist->isftex = 1; + clist->mlist.isftex = 1; return (0); } @@ -65,6 +65,6 @@ int8_t ft_sprintf(clist->errmsg, FT_ERR_RD_NL_TEX); return (-1); } - clist->isctex = 1; + clist->mlist.isctex = 1; return (0); } |