From 9318622d5597c768b89a89fcbfa1015af859783f Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 3 Jan 2024 00:15:03 +0100 Subject: com_index: fixed incorrect size --- FICS/comproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FICS/comproc.c b/FICS/comproc.c index 988c8e5..5725ef9 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -1457,7 +1457,7 @@ PUBLIC int com_servers(int p, param_list param) PUBLIC int com_index(int p, param_list param) { - char *iwant, *filenames[100]; + char *iwant, *filenames[1000]; char index_default[] = "_index"; int i; -- cgit v1.2.3