some pline()-like function usage

This commit is contained in:
nhmall
2023-03-08 19:12:52 -05:00
parent d9b43ce357
commit ecf74d5308
14 changed files with 26 additions and 26 deletions

View File

@@ -603,7 +603,7 @@ read_simplemail(const char *mbox, boolean adminmsg)
fl.l_type = F_UNLCK;
fcntl(fileno(mb), F_UNLCK, &fl);
#endif
pline("There is a%s message on this scroll.",
There("is a%s message on this scroll.",
seen_one_already ? "nother" : "");
}
msg = strchr(curline, ':');