Document, in particular use of UTF-8. Simplify code in a couple of
places, but no functional changes.
This commit is contained in:
parent
9046ff0ad2
commit
71e164ed30
17 changed files with 199 additions and 105 deletions
|
@ -50,7 +50,7 @@ turn(void)
|
|||
struct telstr tgm;
|
||||
char *p;
|
||||
char buf[1024];
|
||||
char msgbuf[MAXTELSIZE + 1]; /* message text */
|
||||
char msgbuf[MAXTELSIZE + 1]; /* UTF-8 */
|
||||
char *msgfilepath;
|
||||
|
||||
p = getstarg(player->argp[1], "on, off or motd? ", buf);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue