diff options
-rw-r--r-- | FICS/comproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index e515575..28a99bc 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -1476,7 +1476,7 @@ com_mailsource(int p, param_list param) char *buffer[1000]; char *iwant; char fname[MAX_FILENAME_SIZE]; - char subj[81]; + char subj[120]; int count; static char nullify = '\0'; |