]> git.ipfire.org Git - thirdparty/asterisk.git/commit
translate.c: Fix silk 24kHz truncation in 'core show translation'
authorSean Bright <sean.bright@gmail.com>
Mon, 20 Jan 2020 19:53:46 +0000 (14:53 -0500)
committerSean Bright <sean.bright@gmail.com>
Mon, 20 Jan 2020 21:58:08 +0000 (15:58 -0600)
commitefecc9d139e9107fe45e2ee7e96a615fc7fb3dcd
treedf317bf81eb5ae07f2cb2e0230a8e0d6e2e3f30b
parentc67de25d6c0af386a77f386894afbd2f16834606
translate.c: Fix silk 24kHz truncation in 'core show translation'

SILK @ 24kHz is not shown in the 'core show translation' output because of an
off-by-one-error. Discovered while looking into ASTERISK~19871.

ASTERISK-28706
Reported by: Sean Bright

Change-Id: Ie1a551a8a484e07b45c8699cc0c90f1061029510
main/translate.c