From be04c4be0afbdef36f2968dc291af54360de8e23 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Wed, 15 Jul 2020 12:00:09 -0400 Subject: Voice TSR Plugin Demo allows user to run plugin in background that voices status messages grouping is now working it counts ; as the end of a group sleep timer remaining is not voiced if sleep timer is not active TODO manual entries Change-Id: I39e8500df6440c07d2a3347513c749d5e155d1cc --- tools/voicefont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/voicefont.c') diff --git a/tools/voicefont.c b/tools/voicefont.c index 9a8a7fbc02..b732f49c07 100644 --- a/tools/voicefont.c +++ b/tools/voicefont.c @@ -153,7 +153,7 @@ int voicefont(FILE* voicefontids,int targetnum,char* filedir, FILE* output, unsi } else /* second run, skip the non voice only ones */ { - if (!voiceonly[i] == 1) + if (!(voiceonly[i] == 1)) continue; } -- cgit v1.2.3