X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fbase%2Fkeybound.c;h=70936359b44f6250a674da2ff26b3fa979e334d2;hp=279e0a574b1e15eb18f95489fd1e91f7c63419b2;hb=37babca07fea18b480155ef60ef302ca09fca152;hpb=78e49873c69dc0494bb34c62f897f8b446584a33 diff --git a/ncurses/base/keybound.c b/ncurses/base/keybound.c index 279e0a57..70936359 100644 --- a/ncurses/base/keybound.c +++ b/ncurses/base/keybound.c @@ -33,7 +33,7 @@ #include -MODULE_ID("$Id: keybound.c,v 1.8 2009/02/15 00:31:10 tom Exp $") +MODULE_ID("$Id: keybound.c,v 1.9 2009/02/21 16:32:34 tom Exp $") /* * Returns the count'th string definition which is associated with the @@ -44,7 +44,7 @@ NCURSES_SP_NAME(keybound) (NCURSES_SP_DCLx int code, int count) { char *result = 0; - T((T_CALLED("keybound(%d,%d)"), code, count)); + T((T_CALLED("keybound(%p, %d,%d)"), SP_PARM, code, count)); if (SP_PARM != 0 && code >= 0) { result = _nc_expand_try(SP_PARM->_keytry, (unsigned) code, &count, 0); }