diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-28 08:41:56 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-28 08:41:56 +0100 |
commit | ce6b3a539dffa92ea014009670f6871cd0cf7232 (patch) | |
tree | cf4ef43439d9a91b57aae18a93d193b2f2c4ee34 | |
parent | 86159fca8283867bd9f83607e9e6e269d6e932c2 (diff) | |
download | rtmux-ce6b3a539dffa92ea014009670f6871cd0cf7232.tar.gz rtmux-ce6b3a539dffa92ea014009670f6871cd0cf7232.tar.bz2 rtmux-ce6b3a539dffa92ea014009670f6871cd0cf7232.zip |
utf8proc_unicode_version is too new.
-rw-r--r-- | proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -190,14 +190,14 @@ proc_start(const char *name) log_debug("on %s %s %s", u.sysname, u.release, u.version); log_debug("using libevent %s (%s)" #ifdef HAVE_UTF8PROC - "; utf8proc %s (Unicode %s)" + "; utf8proc %s" #endif #ifdef NCURSES_VERSION "; ncurses " NCURSES_VERSION #endif , event_get_version(), event_get_method() #ifdef HAVE_UTF8PROC - , utf8proc_version (), utf8proc_unicode_version () + , utf8proc_version () #endif ); |