]> git.pond.sub.org Git - empserver/blobdiff - include/player.h
Avoid false positive generation oops in navigate and march
[empserver] / include / player.h
index 0997d12c29e1999ebe666daee536980eb16e549d..afe0ec9c2fcf80a35a68815776c35f75c7668c6e 100644 (file)
@@ -68,6 +68,7 @@ struct player {
     struct cmndstr *command;   /* currently executing command */
     struct iop *iop;
     char combuf[1024];         /* command input buffer, UTF-8 */
+    char argbuf[1024];         /* argument buffer, ASCII */
     char *argp[128];           /* arguments, ASCII, valid if command */
     char *condarg;             /* conditional, ASCII, valid if command */
     char *comtail[128];                /* start of args in combuf[] */