From b7dfb8ec3ec4a391e288f2264835a8dffcaf7b7d Mon Sep 17 00:00:00 2001 From: Chris Teubert Date: Wed, 8 Apr 2015 09:07:44 -0700 Subject: [PATCH] Bug fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed function prototype in header (didn’t match source file) --- C/src/xplaneConnect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/src/xplaneConnect.h b/C/src/xplaneConnect.h index f9d92e9..38f18bf 100644 --- a/C/src/xplaneConnect.h +++ b/C/src/xplaneConnect.h @@ -84,7 +84,7 @@ short readRequest(struct xpcSocket recfd, float *dataRef[], short arraySizes[], struct sockaddr *recvaddr); // Screen Text - short sendTEXT(struct xpcSocket sendfd, int x, int y, char* msg); + short sendTEXT(struct xpcSocket sendfd, char* msg, int x, int y); #endif //ifdef _h