]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/turn.c
Document, in particular use of UTF-8. Simplify code in a couple of
[empserver] / src / lib / commands / turn.c
index d55228aae1fddfe79308ed9f8301c97d5651938b..3e8c13de3f7a525752bf50f229f8d09ae788ca13 100644 (file)
@@ -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);