From 3fffabf50d5597812ffa4381ac70dd6e2af6b392 Mon Sep 17 00:00:00 2001 From: "Igor B. Poretsky" Date: Mon, 13 Feb 2017 19:07:52 +0300 Subject: Negative values speaking fix for some certain situations --- apps/talk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/talk.h b/apps/talk.h index c298476b0c..e8a8645326 100644 --- a/apps/talk.h +++ b/apps/talk.h @@ -61,7 +61,7 @@ enum { /* make a "talkable" ID from number + unit unit is upper 4 bits, number the remaining (in regular 2's complement) */ -#define TALK_ID(n,u) (((long)(u))<