tex_level is correct
This commit is contained in:
parent
624e1322a2
commit
6c76c882ee
|
@ -381,7 +381,7 @@ int parse_table(const char *table_source, size_t len, struct table_s *table, str
|
|||
where_stack[tex_level--] = IN_UNDEF;
|
||||
i--;
|
||||
|
||||
} else if (isalnum(c) || c == '#') {
|
||||
} else if (isalnum(c) || c == '#' || c == '&' || c < 0) {
|
||||
|
||||
} else {
|
||||
error->code = (int)i;
|
||||
|
|
Loading…
Reference in New Issue