summaryrefslogtreecommitdiffstats
path: root/sqwebmail/folder.c
diff options
context:
space:
mode:
authorSam Varshavchik2021-05-21 21:11:51 -0400
committerSam Varshavchik2021-05-21 21:11:51 -0400
commit142f42378608e593eb36ceb33895db99948427aa (patch)
treefc089285268a8fe3c8768cd7482fb50393f49354 /sqwebmail/folder.c
parent34b6dbb743654fdb6edccf101c4da7e671b7a92d (diff)
downloadcourier-libs-142f42378608e593eb36ceb33895db99948427aa.tar.bz2
-Wall and -Werror fixes
Diffstat (limited to 'sqwebmail/folder.c')
-rw-r--r--sqwebmail/folder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqwebmail/folder.c b/sqwebmail/folder.c
index fa2c2b1..89478b1 100644
--- a/sqwebmail/folder.c
+++ b/sqwebmail/folder.c
@@ -1615,7 +1615,7 @@ static void init_smileys(struct msg2html_info *info)
FILE *fp=open_langform(sqwebmail_content_language, "smileys.txt", 0);
char buf[1024];
- char imgbuf[1024];
+ char imgbuf[3000];
if (!fp)
return;