FS-7579 --resolve

This commit is contained in:
Brian 2015-06-01 09:16:25 -05:00
parent f4841ca1bd
commit 9c41c1217e
1 changed files with 1 additions and 1 deletions

View File

@ -8905,7 +8905,7 @@ static void clear_eflags(char *events, uint32_t *f)
} else if (!strcmp(event, "play-file")) { } else if (!strcmp(event, "play-file")) {
*f &= ~EFLAG_PLAY_FILE; *f &= ~EFLAG_PLAY_FILE;
} else if (!strcmp(event, "play-file-done")) { } else if (!strcmp(event, "play-file-done")) {
*f &= ~EFLAG_PLAY_FILE; *f &= ~EFLAG_PLAY_FILE_DONE;
} else if (!strcmp(event, "play-file-member")) { } else if (!strcmp(event, "play-file-member")) {
*f &= ~EFLAG_PLAY_FILE_MEMBER; *f &= ~EFLAG_PLAY_FILE_MEMBER;
} else if (!strcmp(event, "speak-text")) { } else if (!strcmp(event, "speak-text")) {