пора домой...
This commit is contained in:
parent
4a97a942ae
commit
da124ca512
|
@ -157,9 +157,9 @@ void tex_parse(const char *source, size_t len, struct tex_struct_s **tex_struct,
|
||||||
#endif
|
#endif
|
||||||
where_stack[tex_level--] = IN_UNDEF;
|
where_stack[tex_level--] = IN_UNDEF;
|
||||||
|
|
||||||
if (tex_level && where_stack[tex_level - 1] == IN_TAG_BEGIN
|
//~ if (tex_level && where_stack[tex_level - 1] == IN_TAG_BEGIN
|
||||||
&& !strcmp(param, TEX_PARAM_TABLE))
|
//~ && !strcmp(param, TEX_PARAM_TABLE))
|
||||||
where_stack[tex_level++] = IN_TABLE;//??????????????????????
|
//~ where_stack[tex_level++] = IN_TABLE;//??????????????????????
|
||||||
|
|
||||||
} else if (c == '\\') { // new tag
|
} else if (c == '\\') { // new tag
|
||||||
zclear(&tag);
|
zclear(&tag);
|
||||||
|
|
Loading…
Reference in New Issue