aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-15 17:36:07 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-15 17:36:07 +0200
commitb653b47420ea75d36b92dbe353d1dbbe8e39b83c (patch)
tree62789a79960b3b1ba67af5443f96e5db2ac23540
parentcfb1bec532525848427f0130c8a6834e5053cbcb (diff)
downloadsdep-b653b47420ea75d36b92dbe353d1dbbe8e39b83c.tar.gz
sdep-b653b47420ea75d36b92dbe353d1dbbe8e39b83c.zip
Changed const to #define
Diffstat (limited to '')
-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