Changeset 5658 in ntrip
- Timestamp:
- Apr 9, 2014, 3:28:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/rtcm3torinex/lib/rtcm3torinex.c
r5595 r5658 2423 2423 for(pos = 0; pos < hdata.numheaders; ++pos) 2424 2424 { 2425 if(!strcmp(hdata.data.unnamed[pos]+60, lastblockstart+60)) 2425 if(hdata.data.unnamed[pos] && 2426 !strcmp(hdata.data.unnamed[pos]+60, lastblockstart+60)) 2426 2427 break; 2427 2428 } 2428 2429 if(!strcmp("# / TYPES OF OBSERV", lastblockstart+60) 2430 || !strcmp("SYS / # / OBS TYPES", lastblockstart+60) 2429 2431 || !strcmp("TIME OF FIRST OBS", lastblockstart+60)) 2430 2432 {
Note:
See TracChangeset
for help on using the changeset viewer.