summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1f7b902)
raw | patch | inline | side by side (parent: 1f7b902)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 8 Feb 2002 18:40:37 +0000 (18:40 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Fri, 8 Feb 2002 18:40:37 +0000 (18:40 +0000) |
program/src/rrd_cgi.c | patch | blob | history |
diff --git a/program/src/rrd_cgi.c b/program/src/rrd_cgi.c
index 0c4f6de7be3ee91dc9ec9f330acbc8198f08410d..f6a5908c4ec5f5ae695057bbc7f6f13fe4e255a4 100644 (file)
--- a/program/src/rrd_cgi.c
+++ b/program/src/rrd_cgi.c
getP = aLine;
putP = aLine;
while (*getP && !( !Quote && (braket == 0) && ((*getP) == '>'))){
- if (*getP < ' ') *getP = ' '; /*remove all special chars*/
+ if ((unsigned)*getP < ' ') *getP = ' '; /*remove all special chars*/
switch (*getP) {
case ' ':
if (Quote){