дошли до 1312-го символа ó
This commit is contained in:
parent
b3355c88fa
commit
8fd901bc1f
|
@ -237,7 +237,7 @@ int parse_table(const char *table_source, size_t len, struct table_s *table, str
|
|||
} else if (c == '%') {
|
||||
where_stack[++tex_level] = IN_COMMENT;
|
||||
|
||||
} else if (isprint(c)) {
|
||||
} else if (isgraph(c)) {
|
||||
|
||||
} else {
|
||||
error->code = (int)i;
|
||||
|
|
Loading…
Reference in New Issue