X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftail_csv.c;h=9d0a15bee75444d03111eb402250c1b1d96d33d7;hb=be126043c2be20399d7670fe194645292018bde0;hp=d512a52ee8188aef675dc1e6378cd09147e508d3;hpb=662c44a84ae3daecd4ffdea940fffce35a41b52a;p=collectd.git diff --git a/src/tail_csv.c b/src/tail_csv.c index d512a52e..9d0a15be 100644 --- a/src/tail_csv.c +++ b/src/tail_csv.c @@ -475,7 +475,7 @@ static int tcsv_config_add_file(oconfig_item_t *ci) { return -1; } - ssnprintf(cb_name, sizeof(cb_name), "tail_csv/%s", id->path); + snprintf(cb_name, sizeof(cb_name), "tail_csv/%s", id->path); status = plugin_register_complex_read( NULL, cb_name, tcsv_read, id->interval,