Commit a16e4e96 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

- winio.c:statusq() - Initialize "list"

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@977 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 3 additions and 1 deletion
+3 -1
......@@ -43,6 +43,8 @@ CVS code -
- Get rid of that annoying reversed line when color is on! :)
edit_add()
- Little fixes to let color highlights not bleed onto the next line.
statusq()
- Initialize "list".
- m4/gettext.m4:
- Back down to 1.1.3 version.
- faq.html:
......
......@@ -1194,7 +1194,7 @@ int statusq(int tabs, shortcut s[], int slen, char *def, char *msg, ...)
int ret;
#ifndef DISABLE_TABCOMP
int list;
int list = 0;
#endif
bottombars(s, slen);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment