diff --git a/src/lib/commands/news.c b/src/lib/commands/news.c index 8e3566b5..db162d0a 100644 --- a/src/lib/commands/news.c +++ b/src/lib/commands/news.c @@ -202,8 +202,6 @@ preport(struct nwsstr *np) sprintf(cp, " %s times", ptr); cp += strlen(cp); } - if (*buf >= 'a' && *buf <= 'z') - *buf += 'A' - 'a'; if (cp - buf > 80) { for (i = 80; --i > 60;) if (buf[i] == ' ')