projects
/
collection4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7babc6
)
Rename "selector" to "select".
author
Florian Forster
<octo@verplant.org>
Tue, 4 Dec 2012 12:59:56 +0000
(13:59 +0100)
committer
Florian Forster
<octo@verplant.org>
Tue, 4 Dec 2012 12:59:56 +0000
(13:59 +0100)
src/action_list_graphs_json.c
patch
|
blob
|
history
diff --git
a/src/action_list_graphs_json.c
b/src/action_list_graphs_json.c
index
f8485ce
..
2dc939b
100644
(file)
--- a/
src/action_list_graphs_json.c
+++ b/
src/action_list_graphs_json.c
@@
-74,8
+74,8
@@
static int print_one_graph (graph_config_t *cfg, /* {{{ */
(unsigned int) strlen (title));
yajl_gen_string (handler,
- (unsigned char *) "select
or
",
- (unsigned int) strlen ("select
or
"));
+ (unsigned char *) "select",
+ (unsigned int) strlen ("select"));
ident_to_json (selector, handler);
yajl_gen_string (handler,