дошли до \endhead

This commit is contained in:
Kolan Sh 2011-06-27 16:49:05 +04:00
parent 7f06978d09
commit 40c572711b
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ int parse_table(const char *table_source, size_t len, struct table_s *table, str
if (isalnum(c)) {
tag = zalloc_append8_str(tag, c);
} else if (!tag && c == '\\') { // newline tag
} else if (!tag && (c == '\\' || c == ',')) { // newline tag or \,
where_stack[tex_level--] = IN_UNDEF;
} else if (!tag) {