1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 04:00:34 +00:00

Make Coverity Scan happy

This commit is contained in:
Carles Fernandez 2022-07-16 22:38:00 +02:00
parent abf3729c86
commit cb7b53b7e9
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -211,7 +211,7 @@ int decode_sbstype6(const sbsmsg_t *msg, sbssat_t *sbssat)
}
for (i = 0; i < sbssat->nsat && i < MAXSAT; i++)
{
if (sbssat->sat[i].fcorr.iodf != iodf[i / 39])
if (sbssat->sat[i].fcorr.iodf != iodf[i / 46])
{
continue;
}