mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
Merge pull request #393 from dragos-oancea/spandsp-super_tone_rx-undefined-j
[spandsp] scan-build: Array subscript is undefined - test_cadence()
This commit is contained in:
commit
17996ad6b2
@ -147,7 +147,7 @@ static int test_cadence(super_tone_rx_segment_t *pattern,
|
|||||||
int rotation)
|
int rotation)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
int j;
|
int j = 0;
|
||||||
|
|
||||||
if (rotation >= 0)
|
if (rotation >= 0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user