From b653b47420ea75d36b92dbe353d1dbbe8e39b83c Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 15 May 2023 17:36:07 +0200 Subject: Changed const to #define --- sdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdep.c b/sdep.c index 36dbbff..7ca2bf8 100644 --- a/sdep.c +++ b/sdep.c @@ -10,7 +10,7 @@ * Maximum number of characters in a line. The rest will be truncated. * Change this if you need very long lines. */ -static const int MAXLEN = 10000; +#define MAXLEN 10000 /* * Default date format. Anything that strftime(3) understands works, but -- cgit v1.3