Browse Source

when end_clause_after_tag is set: end clause after the tag, not before the tag

Fixes #401.
master
Juho Hiltunen 7 years ago
parent
commit
8999a3b8fb
1 changed files with 0 additions and 3 deletions
  1. 0
    3
      src/libespeak-ng/readclause.c

+ 0
- 3
src/libespeak-ng/readclause.c View File

terminator = ProcessSsmlTag(xml_buf, buf, &ix, n_buf, self_closing); terminator = ProcessSsmlTag(xml_buf, buf, &ix, n_buf, self_closing);


if (terminator != 0) { if (terminator != 0) {
if (end_clause_after_tag)
ix = end_clause_index;

buf[ix] = ' '; buf[ix] = ' ';
buf[ix++] = 0; buf[ix++] = 0;



Loading…
Cancel
Save