1
0
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:
Nikolas Garofil 2009-05-17 01:33:43 +02:00
parent debf4ec597
commit 94d75cc494

View File

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