X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftable.c;h=2911bf026a6405371f89a7719864e8a3c711fee0;hb=351026b0595385ca5376211c1af965bf2d4731b9;hp=d48a2ef6fffac02d05acbe8e6a9f2321aee3cb44;hpb=a3529866c3d98643d7857d2d0ad751c73f312c4e;p=collectd.git diff --git a/src/table.c b/src/table.c index d48a2ef6..2911bf02 100644 --- a/src/table.c +++ b/src/table.c @@ -279,6 +279,7 @@ static int tbl_config_table (oconfig_item_t *ci) log_err ("Table \"%s\" does not specify any separator.", tbl->file); status = 1; } + strunescape (tbl->sep, strlen (tbl->sep) + 1); if (NULL == tbl->instance) { tbl->instance = sstrdup (tbl->file);