mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Bugfix: segfault in
This commit is contained in:
parent
28bf02a451
commit
52ec22c30a
@ -826,7 +826,7 @@ void print_stock(struct text_object *obj, char *p, int p_max_size)
|
||||
p[0] = 0;
|
||||
return;
|
||||
}
|
||||
ccurl_process_info(p, p_max_size, obj->data.s, 0);
|
||||
ccurl_process_info(p, p_max_size, obj->data.s, 1);
|
||||
}
|
||||
|
||||
void free_stock(struct text_object *obj)
|
||||
|
Loading…
Reference in New Issue
Block a user