X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2Fread_entry.c;fp=ncurses%2Ftinfo%2Fread_entry.c;h=2b1875edf13fdb84b44003c44420ee5aa6557319;hp=d61e577bc1fc0967837b6544d91912d681fa2e28;hb=f8401f5e8669eadd551fde12da7de661c18fa4f2;hpb=a0c6d9cb65b77a62ca49e88f6b49e2e5f052407f diff --git a/ncurses/tinfo/read_entry.c b/ncurses/tinfo/read_entry.c index d61e577b..2b1875ed 100644 --- a/ncurses/tinfo/read_entry.c +++ b/ncurses/tinfo/read_entry.c @@ -42,7 +42,7 @@ #include -MODULE_ID("$Id: read_entry.c,v 1.163 2022/04/30 18:35:46 tom Exp $") +MODULE_ID("$Id: read_entry.c,v 1.164 2022/05/08 00:11:44 tom Exp $") #define MyNumber(n) (short) LOW_MSB(n) @@ -214,7 +214,7 @@ _nc_init_termtype(TERMTYPE2 *const tp) { unsigned i; - DEBUG(2, (T_CALLED("_nc_init_termtype(tp=%p)"), tp)); + DEBUG(2, (T_CALLED("_nc_init_termtype(tp=%p)"), (void *) tp)); #if NCURSES_XNAMES tp->num_Booleans = BOOLCOUNT;