projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 5.7 - patch 20090221
[ncurses.git]
/
ncurses
/
base
/
keybound.c
diff --git
a/ncurses/base/keybound.c
b/ncurses/base/keybound.c
index 279e0a574b1e15eb18f95489fd1e91f7c63419b2..70936359b44f6250a674da2ff26b3fa979e334d2 100644
(file)
--- a/
ncurses/base/keybound.c
+++ b/
ncurses/base/keybound.c
@@
-33,7
+33,7
@@
#include <curses.priv.h>
#include <curses.priv.h>
-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
/*
* 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;
{
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);
}
if (SP_PARM != 0 && code >= 0) {
result = _nc_expand_try(SP_PARM->_keytry, (unsigned) code, &count, 0);
}