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
|
@ -47,9 +47,9 @@ shut(void)
|
|||
int shutdown_minutes;
|
||||
int shutdown_was_pending;
|
||||
char buf[1024];
|
||||
s_char msgbuf[100]; /* user text */
|
||||
char msgbuf[100];
|
||||
struct natstr *us;
|
||||
s_char *p;
|
||||
char *p;
|
||||
|
||||
if (update_pending) {
|
||||
pr("Update is pending\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue