We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786b884 commit 2993880Copy full SHA for 2993880
external/gpl2/texinfo/dist/info/display.c
@@ -1,4 +1,4 @@
1
-/* $NetBSD: display.c,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */
+/* $NetBSD: display.c,v 1.1.1.1.30.1 2025/10/01 17:08:00 martin Exp $ */
2
3
/* display.c -- How to display Info windows.
4
Id: display.c,v 1.7 2004/04/11 17:56:45 karl Exp
@@ -166,7 +166,7 @@ display_update_one_window (WINDOW *win)
166
char *rep = NULL, *rep_carried_over, rep_temp[2];
167
int replen;
168
169
- if (isprint (*nodetext))
+ if (isprint ((unsigned char)*nodetext))
170
{
171
rep_temp[0] = *nodetext;
172
replen = 1;
0 commit comments