summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hlog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hlog.c b/src/hlog.c
index e3d1ecf..04050e0 100644
--- a/src/hlog.c
+++ b/src/hlog.c
@@ -48,7 +48,7 @@ hlog_init(void)
return;
}
- while ((item = strsep(&settings, ",")) != NULL) {
+ while ((item = strsep(&settings, " ,")) != NULL) {
hlog_outlet_state_t state;
char key[64 + 1], val[4 + 1]; // + 1 for the terminating NUL
int nconverted;