diff options
-rw-r--r-- | pttbbs/mbbsd/ccw.c | 1 |
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; |