From e1fe5d53a168bbb1f2f6e76c5cac81823c87905f Mon Sep 17 00:00:00 2001 From: Ron Pedde Date: Sat, 26 Aug 2006 03:14:48 +0000 Subject: [PATCH] Fix problem on mac when updating config file through web interface --- src/conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.c b/src/conf.c index ebac1845..03be5698 100644 --- a/src/conf.c +++ b/src/conf.c @@ -69,7 +69,7 @@ static LL_HANDLE conf_comments=NULL; static char *conf_main_file = NULL; static pthread_mutex_t conf_mutex = PTHREAD_MUTEX_INITIALIZER; -#define CONF_LINEBUFFER 128 +#define CONF_LINEBUFFER 1024 #define CONF_T_INT 0 #define CONF_T_STRING 1