mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-20 14:54:17 +02:00
Revert "fixed the length calculation when a flush is processed."
This reverts commit 66cb5a7b5c.
This commit is contained in:
parent
66cb5a7b5c
commit
d7e8dc2b34
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ void main_loop(struct synth_t *s)
|
|||
queue_clear();
|
||||
stop_speech();
|
||||
memmove(buf, cp+1, strlen(cp + 1) + 1);
|
||||
length = strlen(buf) + 1;
|
||||
length = strlen(buf);
|
||||
}
|
||||
process_buffer(s, buf, length);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue