Changeset 9304 in ntrip for trunk


Ignore:
Timestamp:
Dec 5, 2020, 11:02:25 PM (3 years ago)
Author:
stuerze
Message:

small bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.h

    r8956 r9304  
    8686      }
    8787      else {
    88         _firstRow += maxObs;
     88        _firstRow = _lastRow + 1;
    8989      }
    9090      _lastRow += maxObs;
Note: See TracChangeset for help on using the changeset viewer.