summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 6e09946d..8b947995 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -1484,7 +1484,7 @@ void BlogMain(int num)
if( hash[0] != 0 &&
getans("½Ð½T©w§R°£(Y/N)?[N] ") == 'y' ){
MYSQL mysql;
- char cmd[256];
+ char cmd[PATHLEN];
snprintf(cmd, sizeof(cmd), "delete from comment where "
"hash='%s'&&brdname='%s'", hash, currboard);
@@ -1530,7 +1530,7 @@ void BlogMain(int num)
case 'C': case 'c': {
fileheader_t item;
- char fpath[PATHLEN], adir[PATHLEN], buf[256];
+ char fpath[PATHLEN], adir[PATHLEN], buf[PATHLEN];
setapath(fpath, currboard);
stampdir(fpath, &item);
strlcpy(item.title, "¡» Blog", sizeof(item.title));