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
|
@ -58,8 +58,8 @@ struct player {
|
|||
struct cmndstr *command;
|
||||
struct iop *iop;
|
||||
char combuf[1024]; /* command input buffer, UTF-8 */
|
||||
s_char *argp[128];
|
||||
s_char *condarg;
|
||||
char *argp[128]; /* arguments, ASCII */
|
||||
char *condarg; /* conditional, ASCII */
|
||||
time_t lasttime;
|
||||
int ncomstat;
|
||||
int minleft;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue