diff --git a/C/src/xplaneConnect.c b/C/src/xplaneConnect.c index bf76113..313d9ef 100755 --- a/C/src/xplaneConnect.c +++ b/C/src/xplaneConnect.c @@ -431,6 +431,7 @@ short sendTEXT(struct xpcSocket sendfd, char* msg, int x, int y) strncpy(buf + 14, msg, msgLen); sendUDP(sendfd, buf, len); + return 0; } //READ