changeset 32:12ee9a61e81d bbb_network

Increased length of input string to allow large numbers with many decimal positions
author Giulio Moro <giuliomoro@yahoo.it>
date Mon, 11 May 2015 12:10:53 +0100
parents 8e3306340971
children 46d87f680da5 b3661e68918c
files core/client.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/core/client.cpp	Mon May 11 11:35:21 2015 +0100
+++ b/core/client.cpp	Mon May 11 12:10:53 2015 +0100
@@ -8,7 +8,7 @@
 #include <rtdk.h>
 
 #define BUFF_LEN 1024
-#define MAX_VAR_STRING 10
+#define MAX_VAR_STRING 20
 
 struct sockaddr_in outServer, inServer;
 int outSock, inSock, n, length;