Changeset 9461 in ntrip


Ignore:
Timestamp:
Jun 8, 2021, 12:09:57 PM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripserver/ntripserver.c

    r9460 r9461  
    15361536              i = chunksize;
    15371537            }
    1538 //            if (nChunkBytes <= nBufferBytes) {
     1538            if (nChunkBytes <= nBufferBytes) {
    15391539              memcpy(chunkBytes + nChunkBytes, buffer + pos, (size_t) i);
    15401540              nChunkBytes += i;
    1541 //            }
     1541            }
    15421542            totalbytes += i;
    15431543            chunksize -= i;
Note: See TracChangeset for help on using the changeset viewer.