Skip to content

Commit 9244c35

Browse files
jkbzhjkbzh
authored andcommitted
to take into account their unicode convertion, incrase by four the max size for storing the name of the sender of a message
1 parent 7174932 commit 9244c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hypermail.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
#define NUMSTRLEN 10
136136
#define MAXLINE 1024
137137
#define MAXFILELEN 256
138-
#define NAMESTRLEN 80
138+
#define NAMESTRLEN 320
139139
#define MAILSTRLEN 80
140140
#define DATESTRLEN 80
141141
#define MSGDSTRLEN 256

0 commit comments

Comments
 (0)