diff options
-rw-r--r-- | pttbbs/mbbsd/ccw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pttbbs/mbbsd/ccw.c b/pttbbs/mbbsd/ccw.c index 03ad8dda..cad58b98 100644 --- a/pttbbs/mbbsd/ccw.c +++ b/pttbbs/mbbsd/ccw.c @@ -427,6 +427,7 @@ ccw_process(CCW_CTX *ctx) // quick continue for empty input trim(inbuf); + strip_blank(inbuf, inbuf); if (!*inbuf) continue; |