Skip to content
Snippets Groups Projects
Commit 27ab66a2 authored by rswindell's avatar rswindell
Browse files

Fix MSVC compile error.

parent 188a2dde
Branches
Tags
No related merge requests found
......@@ -606,7 +606,7 @@ int ulist(int mode, int left, int top, int width, int *cur, int *bar
, char *initial_title, char **option)
{
struct vmem_cell *ptr, *win, shade[MAX_LINES*2], line[MAX_COLS];
static char search[MAX_OPLN] = {};
static char search[MAX_OPLN] = "";
int height,y;
int i,j,opts=0,s=0; /* s=search index into options */
int is_redraw=0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment