From 94d75cc494069a86c3c5847227dfd696e0d5e96e Mon Sep 17 00:00:00 2001 From: Nikolas Garofil Date: Sun, 17 May 2009 01:33:43 +0200 Subject: [PATCH] add missing var --- src/conky.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/conky.c b/src/conky.c index d854c754..6db71bff 100644 --- a/src/conky.c +++ b/src/conky.c @@ -3792,6 +3792,9 @@ static void generate_text_internal(char *p, int p_max_size, #endif OBJ(execbar) { double barnum; +#ifndef X11 + int i; +#endif read_exec(obj->data.s, p, text_buffer_size); barnum = get_barnum(p);