Fix problem on mac when updating config file through web interface

This commit is contained in:
Ron Pedde 2006-08-26 03:14:48 +00:00
parent 81afc997c7
commit e1fe5d53a1

View File

@ -69,7 +69,7 @@ static LL_HANDLE conf_comments=NULL;
static char *conf_main_file = NULL; static char *conf_main_file = NULL;
static pthread_mutex_t conf_mutex = PTHREAD_MUTEX_INITIALIZER; 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_INT 0
#define CONF_T_STRING 1 #define CONF_T_STRING 1