Changeset 5535 in ntrip for trunk/rtcm3torinex/lib


Ignore:
Timestamp:
Nov 8, 2013, 12:09:53 PM (10 years ago)
Author:
stoecker
Message:

fix GLONASS frequency entry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rtcm3torinex/lib/rtcm3torinex.c

    r5533 r5535  
    14861486                {
    14871487                  int k = handle->GLOFreq[RTCM3_MSM_NUMSAT-i-1];
    1488                   if(!k && extsat[count] < 14)
     1488                  if(!k && extsat[numsat] < 14)
    14891489                  {
    14901490                    k = handle->GLOFreq[RTCM3_MSM_NUMSAT-i-1]
    1491                     = 100+extsat[count]-7;
     1491                    = 100+extsat[numsat]-7;
    14921492                  }
    14931493                  if(k)
Note: See TracChangeset for help on using the changeset viewer.