mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-14 11:33:14 +00:00
add missing var
This commit is contained in:
parent
debf4ec597
commit
94d75cc494
@ -3792,6 +3792,9 @@ static void generate_text_internal(char *p, int p_max_size,
|
|||||||
#endif
|
#endif
|
||||||
OBJ(execbar) {
|
OBJ(execbar) {
|
||||||
double barnum;
|
double barnum;
|
||||||
|
#ifndef X11
|
||||||
|
int i;
|
||||||
|
#endif
|
||||||
|
|
||||||
read_exec(obj->data.s, p, text_buffer_size);
|
read_exec(obj->data.s, p, text_buffer_size);
|
||||||
barnum = get_barnum(p);
|
barnum = get_barnum(p);
|
||||||
|
Loading…
Reference in New Issue
Block a user