Changeset 9451 in ntrip


Ignore:
Timestamp:
Jun 4, 2021, 10:51:28 AM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ntripserver/ntripserver.c

    r9450 r9451  
    913913        fprintf(stderr, "WARNING: can't connect output to %s at port %d",
    914914            inet_ntoa(caster.sin_addr), outport);
    915         if (errno != EAGAIN) {perror(" ");} else {fprintf(stderr, "\n");}
     915        perror(" ");
    916916        break;
    917917      }
Note: See TracChangeset for help on using the changeset viewer.