tex_level is correct

This commit is contained in:
Kolan Sh 2011-06-28 12:43:03 +04:00
parent 624e1322a2
commit 6c76c882ee
1 changed files with 1 additions and 1 deletions

View File

@ -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;