дошли до 1312-го символа ó

This commit is contained in:
Kolan Sh 2011-06-27 16:30:37 +04:00
parent b3355c88fa
commit 8fd901bc1f
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ int parse_table(const char *table_source, size_t len, struct table_s *table, str
} else if (c == '%') { } else if (c == '%') {
where_stack[++tex_level] = IN_COMMENT; where_stack[++tex_level] = IN_COMMENT;
} else if (isprint(c)) { } else if (isgraph(c)) {
} else { } else {
error->code = (int)i; error->code = (int)i;