summaryrefslogtreecommitdiffstats
path: root/mbbsd/announce.c
diff options
context:
space:
mode:
author(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-28 16:50:12 +0800
committer(no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-08-28 16:50:12 +0800
commitdc2395e403af70aa488f3d944c9ba8ddee95c1e1 (patch)
tree4deb6735fc890d0fa22a72d2a669d6efce11fb0d /mbbsd/announce.c
parent2c3e0a25796cf513b5bde805cc2c2dc369ab67f6 (diff)
downloadpttbbs-dc2395e403af70aa488f3d944c9ba8ddee95c1e1.tar
pttbbs-dc2395e403af70aa488f3d944c9ba8ddee95c1e1.tar.gz
pttbbs-dc2395e403af70aa488f3d944c9ba8ddee95c1e1.tar.bz2
pttbbs-dc2395e403af70aa488f3d944c9ba8ddee95c1e1.tar.lz
pttbbs-dc2395e403af70aa488f3d944c9ba8ddee95c1e1.tar.xz
pttbbs-dc2395e403af70aa488f3d944c9ba8ddee95c1e1.tar.zst
pttbbs-dc2395e403af70aa488f3d944c9ba8ddee95c1e1.zip
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1138 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/announce.c')
-rw-r--r--mbbsd/announce.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c
index 4dc5438e..c8f69baf 100644
--- a/mbbsd/announce.c
+++ b/mbbsd/announce.c
@@ -438,7 +438,7 @@ static int
a_pastetagpost(menu_t * pm, int mode)
{
fileheader_t fhdr;
- boardheader_t *bh;
+ boardheader_t *bh = NULL;
int ans = 0, ent = 0, tagnum;
char title[TTLEN + 1] = "¡º ";
char dirname[200], buf[200];