[spandsp] scan-build: Array subscript is undefined - test_cadence()
This commit is contained in:
parent
6609fc4ee2
commit
1d3fcd6864
|
@ -147,7 +147,7 @@ static int test_cadence(super_tone_rx_segment_t *pattern,
|
|||
int rotation)
|
||||
{
|
||||
int i;
|
||||
int j;
|
||||
int j = 0;
|
||||
|
||||
if (rotation >= 0)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue