aboutsummaryrefslogtreecommitdiff
path: root/sdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sdep.c')
-rw-r--r--sdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdep.c b/sdep.c
index 36dbbff..7ca2bf8 100644
--- a/sdep.c
+++ b/sdep.c
@@ -10,7 +10,7 @@
10 * Maximum number of characters in a line. The rest will be truncated. 10 * Maximum number of characters in a line. The rest will be truncated.
11 * Change this if you need very long lines. 11 * Change this if you need very long lines.
12 */ 12 */
13static const int MAXLEN = 10000; 13#define MAXLEN 10000
14 14
15/* 15/*
16 * Default date format. Anything that strftime(3) understands works, but 16 * Default date format. Anything that strftime(3) understands works, but

Generated with cgit - Back to sebastiano.tronto.net