diff core/client.cpp @ 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 98aed580452a
children 4255ecbb9bec 579c86316008
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;