summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 99cfe59)
raw | patch | inline | side by side (parent: 99cfe59)
author | Kalle Wallin <kaw@linux.se> | |
Tue, 20 Apr 2004 10:50:51 +0000 (10:50 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Tue, 20 Apr 2004 10:50:51 +0000 (10:50 +0000) |
list_window.c | patch | blob | history |
diff --git a/list_window.c b/list_window.c
index fcb25ca314490faa58f98b590086a4ab54d1f535..d0fcaa58e1cd078470b945c0df0af41a24b4d965 100644 (file)
--- a/list_window.c
+++ b/list_window.c
for(i=0; i<lw->rows; i++)
{
- int highlight;
+ int highlight = 0;
char *label;
label = (callback) (lw->start+i, &highlight, callback_data);