Updates to use new function names

This commit is contained in:
Chris Teubert
2015-04-29 13:57:50 -07:00
parent f3e87a8216
commit 761ee793ba
2 changed files with 4 additions and 5 deletions

View File

@@ -242,7 +242,7 @@ int setCONN(XPCSocket* sock, unsigned short port)
// Switch socket
closeUDP(*sock);
*sock = openUDP(sock->xpIP, sock->xpPort, port);
*sock = aopenUDP(sock->xpIP, sock->xpPort, port);
// Read response
int result;