Browse Source

Clear my_stop_is_acknowledged before waiting on it.

master
Christopher Brannon 8 years ago
parent
commit
ad436e1172
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/libespeak-ng/fifo.c

+ 1
- 0
src/libespeak-ng/fifo.c View File

if (my_command_is_running) { if (my_command_is_running) {
a_command_is_running = 1; a_command_is_running = 1;
my_stop_is_required = 1; my_stop_is_required = 1;
my_stop_is_acknowledged = 0;
} }


if (a_command_is_running) { if (a_command_is_running) {

Loading…
Cancel
Save