X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftypes_list.c;h=41bb4033f39a9f63fde420e5142361e8b0d5ebe2;hb=f0b9430b0c0f45ada6f655dd4b9c64a8cbdf8d66;hp=10cb4f28b81e674c7af566b9bf288851b84d9442;hpb=d0bb20feb1c5915e8b8af24cc2d46c4ac82d6704;p=collectd.git diff --git a/src/types_list.c b/src/types_list.c index 10cb4f28..41bb4033 100644 --- a/src/types_list.c +++ b/src/types_list.c @@ -24,6 +24,7 @@ #include "plugin.h" #include "configfile.h" +#include "types_list.h" static int parse_ds (data_source_t *dsrc, char *buf, size_t buf_len) { @@ -159,7 +160,7 @@ static void parse_file (FILE *fh) continue; while ((buf_len > 0) && ((buf[buf_len - 1] == '\n') - || (buf[buf_len - 1] == '\n'))) + || (buf[buf_len - 1] == '\r'))) buf[--buf_len] = '\0'; if (buf_len == 0)