diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-12-16 15:34:08 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-12-16 15:34:08 +0800 |
commit | b794e341a4f15d6d3596a7d1b39e396dfc30eb3f (patch) | |
tree | 7f193122cfd2964eda65ecd0a7d032cfa6b34136 /mbbsd | |
parent | c836488b3f312945cf5d8f903f0fe278cede6901 (diff) | |
download | pttbbs-b794e341a4f15d6d3596a7d1b39e396dfc30eb3f.tar pttbbs-b794e341a4f15d6d3596a7d1b39e396dfc30eb3f.tar.gz pttbbs-b794e341a4f15d6d3596a7d1b39e396dfc30eb3f.tar.bz2 pttbbs-b794e341a4f15d6d3596a7d1b39e396dfc30eb3f.tar.lz pttbbs-b794e341a4f15d6d3596a7d1b39e396dfc30eb3f.tar.xz pttbbs-b794e341a4f15d6d3596a7d1b39e396dfc30eb3f.tar.zst pttbbs-b794e341a4f15d6d3596a7d1b39e396dfc30eb3f.zip |
fix bug in deleting blog
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2378 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/announce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/announce.c b/mbbsd/announce.c index d837ba98..c580dc6e 100644 --- a/mbbsd/announce.c +++ b/mbbsd/announce.c @@ -1177,7 +1177,7 @@ void BlogMain(int num) for( i = 0 ; i < 9 ; ++i ) if( !isdigit(date[i]) ) break; - if( i != 9 ){ + if( i != 8 ){ vmsg("¿é¤J¿ù»~"); break; } |