# HG changeset patch # User Giulio Moro # Date 1431342653 -3600 # Node ID 12ee9a61e81d729beab1a09a9a30692993904bcb # Parent 8e33063409714f757fa8f2ab3df0c12001aa2339 Increased length of input string to allow large numbers with many decimal positions diff -r 8e3306340971 -r 12ee9a61e81d core/client.cpp --- 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 #define BUFF_LEN 1024 -#define MAX_VAR_STRING 10 +#define MAX_VAR_STRING 20 struct sockaddr_in outServer, inServer; int outSock, inSock, n, length;