summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fa7d240)
raw | patch | inline | side by side (parent: fa7d240)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 26 Jan 2011 08:38:47 +0000 (08:38 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 26 Jan 2011 08:38:47 +0000 (08:38 +0000) |
src/rrd_cgi.c | patch | blob | history |
diff --git a/src/rrd_cgi.c b/src/rrd_cgi.c
index 1ffe8fd4639559668a2798d2bc208b42985cb14c..df4a9dcdfbd5b14dccaa4b9eb7875c22d89d970b 100644 (file)
--- a/src/rrd_cgi.c
+++ b/src/rrd_cgi.c
val = func(argc, (const char **) args);
free(args-1);
} else {
- /* unable to parse arguments, undo 0-termination by scanargs */
- for (; argc > 0; argc--) {
- *((args[argc - 1]) - 1) = ' ';
- }
-
/* next call, try parsing at current offset +1 */
end = (*buf) + i + 1;