summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-25 06:39:40 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-25 06:39:40 +0800
commita0858239614fd1c0099090f4448bc0058581923f (patch)
tree1b3fa8062e522743dbe171e0f1d282c3dfc62855
parent68f10cab65ef8a4943fbff2471080bfb318512ff (diff)
downloadpttbbs-a0858239614fd1c0099090f4448bc0058581923f.tar
pttbbs-a0858239614fd1c0099090f4448bc0058581923f.tar.gz
pttbbs-a0858239614fd1c0099090f4448bc0058581923f.tar.bz2
pttbbs-a0858239614fd1c0099090f4448bc0058581923f.tar.lz
pttbbs-a0858239614fd1c0099090f4448bc0058581923f.tar.xz
pttbbs-a0858239614fd1c0099090f4448bc0058581923f.tar.zst
pttbbs-a0858239614fd1c0099090f4448bc0058581923f.zip
* chat: input cannot strip(all) space!
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4983 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--pttbbs/mbbsd/ccw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/ccw.c b/pttbbs/mbbsd/ccw.c
index e81fb62d..076853b8 100644
--- a/pttbbs/mbbsd/ccw.c
+++ b/pttbbs/mbbsd/ccw.c
@@ -427,7 +427,6 @@ ccw_process(CCW_CTX *ctx)
// quick continue for empty input
trim(inbuf);
- strip_blank(inbuf, inbuf);
if (!*inbuf)
continue;