1
0
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:
Nikolas Garofil 2010-04-22 13:52:55 +02:00
parent 28bf02a451
commit 52ec22c30a

View File

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