diff options
-rw-r--r-- | pttbbs/mbbsd/edit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/edit.c b/pttbbs/mbbsd/edit.c index 25a25976..f22acc3b 100644 --- a/pttbbs/mbbsd/edit.c +++ b/pttbbs/mbbsd/edit.c @@ -1986,7 +1986,7 @@ write_file(const char *fpath, int saveheader, int *islocal, char mytitle[STRLEN] continue; trim(msg); - + process_ansi_movecmd(msg, YEA); line++; /* check crosspost */ |