X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Fdump_entry.c;h=823cfdcd7b19b85ba68f33da8db893ba2083323a;hp=241fc1dc82e38a4e513d21e34c6c04e8e52a5aeb;hb=89407f55b3f245bea3a8884c074940cd325ec3da;hpb=67ab4b308e932639a3a832052228d445c41c54b4 diff --git a/progs/dump_entry.c b/progs/dump_entry.c index 241fc1dc..823cfdcd 100644 --- a/progs/dump_entry.c +++ b/progs/dump_entry.c @@ -39,7 +39,7 @@ #include "termsort.c" /* this C file is generated */ #include /* so is this */ -MODULE_ID("$Id: dump_entry.c,v 1.109 2013/05/04 18:48:56 tom Exp $") +MODULE_ID("$Id: dump_entry.c,v 1.110 2013/11/16 19:58:01 tom Exp $") #define INDENT 8 #define DISCARD(string) string = ABSENT_STRING @@ -876,7 +876,7 @@ fmt_entry(TERMTYPE *tterm, tp = boxchars; for (cp = acstrans; *cp; cp++) { - sp = strchr(acs_chars, *cp); + sp = (strchr) (acs_chars, *cp); if (sp) *tp++ = sp[1]; else {