X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Ftinfo%2Falloc_ttype.c;h=ff32770d032db1b7b103eaf3ee6f70f1d8e3e737;hb=410952f85a313e9ddb6a1d5939dec1b89c8a40f9;hp=36085e474f5cdb0351bd1b2af0057e39a3fad256;hpb=e762b1bf39c1080e4155e0a592f22452130bdfc6;p=ncurses.git diff --git a/ncurses/tinfo/alloc_ttype.c b/ncurses/tinfo/alloc_ttype.c index 36085e47..ff32770d 100644 --- a/ncurses/tinfo/alloc_ttype.c +++ b/ncurses/tinfo/alloc_ttype.c @@ -43,7 +43,7 @@ #include -MODULE_ID("$Id: alloc_ttype.c,v 1.48 2023/04/22 15:50:28 tom Exp $") +MODULE_ID("$Id: alloc_ttype.c,v 1.49 2023/05/27 20:13:10 tom Exp $") #if NCURSES_XNAMES /* @@ -378,8 +378,8 @@ adjust_cancels(TERMTYPE2 *to, TERMTYPE2 *from) int j, k; DEBUG(3, (T_CALLED("adjust_cancels(%s), from(%s)"), - to ? NonNull(to->term_names) : "?", - from ? NonNull(from->term_names) : "?")); + NonNull(to->term_names), + NonNull(from->term_names))); for (j = first; j < last;) { char *name = to->ext_Names[j]; int j_str = to->num_Strings - first - to->ext_Strings;