diff options
author | nicm <nicm> | 2015-11-12 12:19:57 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-11-12 12:19:57 +0000 |
commit | d6daf37df4ccd7589d2d8f6911bf7270f12d1672 (patch) | |
tree | dfe65b5fed71b3686e4c2346f19a14eb4e5dcf90 /server.c | |
parent | 0cc812ae342d1a71c0337db8ffb4d7701668cb38 (diff) | |
download | rtmux-d6daf37df4ccd7589d2d8f6911bf7270f12d1672.tar.gz rtmux-d6daf37df4ccd7589d2d8f6911bf7270f12d1672.tar.bz2 rtmux-d6daf37df4ccd7589d2d8f6911bf7270f12d1672.zip |
Tidy utf8.c a little: build table on first use, and make utf8_width take
a u_int rather than splitting and then combining again in utf8_split.
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -186,7 +186,6 @@ server_start(struct event_base *base, int lockfd, char *lockfile) TAILQ_INIT(&session_groups); mode_key_init_trees(); key_bindings_init(); - utf8_build(); start_time = time(NULL); |