Changeset 8979 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Jul 18, 2020, 11:04:38 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/RTCM3/clock_and_orbit/clock_orbit_rtcm.c

    r8978 r8979  
    928928      }
    929929#ifdef BNC_DEBUG
    930       for(type = 0; type < (int)size && (unsigned char)buffer[type] != 0xD3; ++type)
     930      for(type = 0; type < (unsigned int)size && (unsigned char)buffer[type] != 0xD3; ++type)
    931931      numbits += 8;
    932932      fprintf(stderr, "numbits left %d\n",numbits);
Note: See TracChangeset for help on using the changeset viewer.