summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorIgor Goncharovsky <igor.goncharovsky@gmail.com>2017-02-16 08:09:35 +0300
committerIgor Goncharovsky <igor.goncharovsky@gmail.com>2017-02-16 08:36:52 +0300
commit7aa731c1c7793fda730181b19469015e84dde52f (patch)
tree7533a1b76f303a6dad68d90c6062b96814452502 /res
parent73133d5354d5794a99f901532a6516857c3e4831 (diff)
chan_unistim: fix char type to have consistent behavior on ARM
There is difference exists in behaviour of char type on x86 and ARM. On x86 by default char variable type means signed char, but in ARM unsigned char used. This make binary calculations and negative values works wrong on ARM. This patch change type of char variables used for store negative values and binary calculations to signed char. ASTERISK-26714 Change-Id: Id78716dee9568a58419d4ef63c038affc3dfc7ab
Diffstat (limited to 'res')
0 files changed, 0 insertions, 0 deletions