X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftty%2Ftty_update.c;h=162303433c30e096ea2664aef6e91a02ba863ee7;hp=350f743c118e7a5c3f425e260153b7e798542081;hb=97893bbc7248f5e4009f32c3afc7ca575172c5f3;hpb=9a0b985989d0aeb66b66b5711d432322aa994969;ds=inline diff --git a/ncurses/tty/tty_update.c b/ncurses/tty/tty_update.c index 350f743c..16230343 100644 --- a/ncurses/tty/tty_update.c +++ b/ncurses/tty/tty_update.c @@ -84,7 +84,7 @@ #include -MODULE_ID("$Id: tty_update.c,v 1.303 2019/06/01 23:42:36 tom Exp $") +MODULE_ID("$Id: tty_update.c,v 1.304 2019/06/23 16:22:17 tom Exp $") /* * This define controls the line-breakout optimization. Every once in a @@ -210,7 +210,7 @@ GoTo(NCURSES_SP_DCLx int const row, int const col) } #if !NCURSES_WCWIDTH_GRAPHICS -#define is_wacs_value(ch) (_nc_wacs_width(ch) == 1 && (wcwidth)(ch) > 1) +#define is_wacs_value(ch) (_nc_wacs_width(ch) == 1 && wcwidth(ch) > 1) #endif /* !NCURSES_WCWIDTH_GRAPHICS */ static NCURSES_INLINE void