From 1a9bcdf202f062e89bb73aa9b0bfe6e3c9b4d5d9 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Tue, 30 Mar 2021 20:15:07 +0900 Subject: Treat textlist item number as int instead of short cf. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838952 --- history.h | 1 + 1 file changed, 1 insertion(+) (limited to 'history.h') diff --git a/history.h b/history.h index 4c41099..e2b3bf2 100644 --- a/history.h +++ b/history.h @@ -5,6 +5,7 @@ #include "textlist.h" #include "hash.h" +#define HIST_LIST_MAX GENERAL_LIST_MAX #define HIST_HASH_SIZE 127 typedef ListItem HistItem; -- cgit v1.2.3