diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-26 20:58:44 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-26 20:58:44 +0100 |
commit | 26831938fd6653134941738b5b048c5cf20ca070 (patch) | |
tree | e25cae7f88553a34724935f07fbe72bd43c1e541 /src | |
parent | 173de73b7a0d9e715178397bd2753c0d5928f141 (diff) |
Bump buffer size for exiwhat info lines
Diffstat (limited to 'src')
-rw-r--r-- | src/src/macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/macros.h b/src/src/macros.h index 93756d8a1..962d17c00 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -137,7 +137,7 @@ changed, then the tables in expand.c for accessing them must be changed too. */ /* The size of the buffer holding the processing information string. */ -#define PROCESS_INFO_SIZE 256 +#define PROCESS_INFO_SIZE 384 /* The size of buffer to get for constructing log entries. Make it big enough to hold all the headers from a normal kind of message. */ |