mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 11:05:18 +00:00
fix scaling for exec*graph
This commit is contained in:
parent
018ca8e0ef
commit
a49fb53ea3
@ -260,7 +260,7 @@ void scan_execgraph_arg(struct text_object *obj, const char *arg)
|
|||||||
ed = malloc(sizeof(struct execi_data));
|
ed = malloc(sizeof(struct execi_data));
|
||||||
memset(ed, 0, sizeof(struct execi_data));
|
memset(ed, 0, sizeof(struct execi_data));
|
||||||
|
|
||||||
buf = scan_graph(obj, arg, 100);
|
buf = scan_graph(obj, arg, 255);
|
||||||
if (!buf) {
|
if (!buf) {
|
||||||
NORM_ERR("missing command argument to execgraph object");
|
NORM_ERR("missing command argument to execgraph object");
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user