пора домой...

This commit is contained in:
Kolan Sh 2011-07-06 19:12:03 +04:00
parent 4a97a942ae
commit da124ca512
1 changed files with 3 additions and 3 deletions

View File

@ -157,9 +157,9 @@ void tex_parse(const char *source, size_t len, struct tex_struct_s **tex_struct,
#endif
where_stack[tex_level--] = IN_UNDEF;
if (tex_level && where_stack[tex_level - 1] == IN_TAG_BEGIN
&& !strcmp(param, TEX_PARAM_TABLE))
where_stack[tex_level++] = IN_TABLE;//??????????????????????
//~ if (tex_level && where_stack[tex_level - 1] == IN_TAG_BEGIN
//~ && !strcmp(param, TEX_PARAM_TABLE))
//~ where_stack[tex_level++] = IN_TABLE;//??????????????????????
} else if (c == '\\') { // new tag
zclear(&tag);