Difference for arch/win32/arch_ip.cpp from version 1.2 to 1.3


version 1.2 version 1.3
Line 59
 
Line 59
  return 0;   return 0;
 }  }
   
   #ifdef UDPDEBUG
 /* Like dumpraddr() but for structure "sockaddr_in"  /* Like dumpraddr() but for structure "sockaddr_in"
  */   */
   
Line 73
 
Line 74
  memcpy(qhbuf+4,&ports,2);   memcpy(qhbuf+4,&ports,2);
  dumpraddr(qhbuf);   dumpraddr(qhbuf);
 }  }
   #endif
   
   
 int ip_sendtoca(ip_addr addr,const void *buf,int len){  int ip_sendtoca(ip_addr addr,const void *buf,int len){

Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3