mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
fix manual merge
This commit is contained in:
parent
fcf318c6dd
commit
c63f42a693
@ -460,7 +460,7 @@ void print_loadavg(struct text_object *obj, char *p, int p_max_size)
|
||||
|
||||
void scan_no_update(struct text_object *obj, const char *arg)
|
||||
{
|
||||
obj->data.s = (char*) malloc(text_buffer_size);
|
||||
obj->data.s = (char*) malloc(text_buffer_size.get(*state));
|
||||
evaluate(arg, obj->data.s, text_buffer_size.get(*state));
|
||||
obj->data.s = (char*) realloc(obj->data.s, strlen(obj->data.s) + 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user