summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--linenoise/linenoise.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linenoise/linenoise.c b/linenoise/linenoise.c
index 817d1698..081533a8 100644
--- a/linenoise/linenoise.c
+++ b/linenoise/linenoise.c
@@ -681,7 +681,7 @@ static int history_search(lino_t *l)
const wchar_t *fmt = L"[%ls]%ls";
int ex = wcslen(fmt) - 2*wcslen(L"%ls");
lino_t *lc = lino_copy(l), *ld = lino_copy(l);
- int c = -1;
+ wint_t c = 0;
if (lc == 0 || ld == 0)
goto out;