mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
convert execpi to callbacks.print
This commit is contained in:
parent
60ad080d1d
commit
2660cb7590
@ -950,7 +950,6 @@ void generate_text_internal(char *p, int p_max_size,
|
|||||||
OBJ(eval) {
|
OBJ(eval) {
|
||||||
evaluate(obj->data.s, p, p_max_size);
|
evaluate(obj->data.s, p, p_max_size);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
OBJ(if_empty) {
|
OBJ(if_empty) {
|
||||||
char buf[max_user_text];
|
char buf[max_user_text];
|
||||||
struct information *tmp_info =
|
struct information *tmp_info =
|
||||||
|
Loading…
Reference in New Issue
Block a user