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
|
@ -70,7 +70,7 @@ static int
|
|||
play_list(struct player *joe)
|
||||
{
|
||||
time_t now;
|
||||
char com[1 + 6*20 + 2]; /* user text */
|
||||
char com[1 + 6*20 + 2]; /* UTF-8 */
|
||||
struct natstr *natp;
|
||||
struct natstr *us;
|
||||
int n;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue