mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-20 04:24:20 -04:00
Fix problem on mac when updating config file through web interface
This commit is contained in:
parent
81afc997c7
commit
e1fe5d53a1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user