diff options
Diffstat (limited to '')
| -rw-r--r-- | sdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | */ |
| 13 | static 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 |
