Skip to content

Commit

Permalink
fix utf8 support
Browse files Browse the repository at this point in the history
  • Loading branch information
wfaulk authored Aug 7, 2019
1 parent f9115d6 commit a313923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oping.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ static void time_calc (struct timespec *ts_dest, /* {{{ */
#if USE_NCURSES
static _Bool has_utf8() /* {{{ */
{
# if HAVE_NCURSESW_NCURSES_H
# if HAVE_NCURSESW_CURSES_H
if (!opt_utf8)
{
/* Automatically determine */
Expand Down

0 comments on commit a313923

Please sign in to comment.