Sfoglia il codice sorgente

cmRtNet.c: Replaced use of cmInvalidId with cmInvalidUdpPortNumber in cmRtNetReport().

master
kevin 11 anni fa
parent
commit
3f1821b0be
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      cmRtNet.c

+ 1
- 1
cmRtNet.c Vedi File

@@ -795,7 +795,7 @@ void   cmRtNetReport( cmRtNetH_t h )
795 795
 
796 796
     cmRptPrintf(rpt,"%s ",cmStringNullGuard(cmUdpAddrToString(p->udpH,&np->sockaddr)));
797 797
 
798
-    if( np->port != cmInvalidId )
798
+    if( np->port != kInvalidUdpPortNumber )
799 799
       cmRptPrintf(rpt,"%i ",np->port );
800 800
 
801 801
     cmRptPrintf(rpt,"\n");

Loading…
Annulla
Salva