diff options
Diffstat (limited to 'mbbsd/record.c')
-rw-r--r-- | mbbsd/record.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/record.c b/mbbsd/record.c index bd617dbf..0015e7a4 100644 --- a/mbbsd/record.c +++ b/mbbsd/record.c @@ -424,6 +424,7 @@ safe_article_delete_range(const char *direct, int from, int to) read(fd, &newfhdr, sizeof(fileheader_t)); if( newfhdr.filemode & (FILE_MARKED | FILE_DIGEST) ) continue; + if(newfhdr.filename[0]=='L') newfhdr.filename[0]='M'; strlcpy(ptr, newfhdr.filename, sizeof(newfhdr.filename)); unlink(fn); |