Browse Source

Merge remote-tracking branch 'jaacoppi/bugfix'

master
Reece H. Dunn 7 years ago
parent
commit
18515a0429
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

@@ -1711,9 +1711,6 @@ int ReadClause(Translator *tr, char *buf, short *charix, int *charix_top, int n_
terminator = ProcessSsmlTag(xml_buf, buf, &ix, n_buf, self_closing);

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

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


Loading…
Cancel
Save