Mercurial > trustbridge
changeset 229:e99e39d72af2
Adjusted LINEBUFLEN.
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Fri, 28 Mar 2014 10:12:14 +0100 |
parents | 19de529ce7fb |
children | 92b1e5ed2d5f |
files | cinst/mozilla.c |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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