1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-30 14:09:13 +00:00

fix scaling for exec*graph

This commit is contained in:
Phil Sutter 2009-12-01 23:59:12 +01:00
parent 018ca8e0ef
commit a49fb53ea3

View File

@ -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;