$NetBSD: patch-src_rrd__xport.c,v 1.2 2017/07/27 18:31:20 adam Exp $ Use correctly. --- src/rrd_xport.c.orig 2017-05-16 12:26:46.000000000 +0000 +++ src/rrd_xport.c @@ -537,7 +537,7 @@ static int rrd_xport_format_sv(char sep, if (addToBuffer(buffer,"\"time\"",6)) { return 1; } for(unsigned long i=0;igdes[i].legend; /* I do not know why the legend is "spaced", but let us skip it */ - while(isspace(*entry)){entry++;} + while(isspace((unsigned char)*entry)){entry++;} if (json) { snprintf(buf,sizeof(buf),",\n { \"line\": \"%s\" }",entry); } else {