]> git.pond.sub.org Git - empserver/blobdiff - include/player.h
(copy_ascii_no_funny, copy_utf8_no_funny)
[empserver] / include / player.h
index 21c06d4918ffb8862729a0fb09e6b2f750fea920..dbf0904f2eb5d0bef045d2e3d848bc5a09a157ba 100644 (file)
@@ -57,7 +57,7 @@ struct player {
     int flags;
     struct cmndstr *command;
     struct iop *iop;
-    s_char combuf[1024];
+    char combuf[1024];         /* command input buffer, UTF-8 */
     s_char *argp[128];
     s_char *condarg;
     time_t lasttime;