# HG changeset patch # User Sascha Wilde # Date 1395997934 -3600 # Node ID e99e39d72af298ff5e60ff1a080f99a9935a3a95 # Parent 19de529ce7fba06f938c824a7b232b938f784afb Adjusted LINEBUFLEN. diff -r 19de529ce7fb -r e99e39d72af2 cinst/mozilla.c --- a/cinst/mozilla.c Thu Mar 27 18:31:26 2014 +0100 +++ b/cinst/mozilla.c Fri Mar 28 10:12:14 2014 +0100 @@ -74,7 +74,14 @@ #define TARGET_LINUX 0 #endif -#define LINEBUFLEN 1000 +/** + * @brief Length of string buffers used + * + * The maximal length of input is defined as 9999 (+ terminating \0). + * We use it for other other input puffers besides the IPC input, too. + * (One size fits all). + */ +#define LINEBUFLEN 10000 /** * @brief Global Return Code