projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 5.9 - patch 20130928
[ncurses.git]
/
ncurses
/
tinfo
/
lib_setup.c
diff --git
a/ncurses/tinfo/lib_setup.c
b/ncurses/tinfo/lib_setup.c
index 21ee98d201923e209ebea542a1f59dbfa39b562c..946342da41db60ecb7b7ef2ca105d6becb6be327 100644
(file)
--- a/
ncurses/tinfo/lib_setup.c
+++ b/
ncurses/tinfo/lib_setup.c
@@
-48,7
+48,7
@@
#include <locale.h>
#endif
#include <locale.h>
#endif
-MODULE_ID("$Id: lib_setup.c,v 1.15
7 2013/06/06 01:01:1
8 tom Exp $")
+MODULE_ID("$Id: lib_setup.c,v 1.15
8 2013/06/22 19:59:0
8 tom Exp $")
/****************************************************************************
*
/****************************************************************************
*
@@
-687,7
+687,9
@@
TINFO_SETUP_TERM(TERMINAL ** tp,
#endif
} else {
#ifdef USE_TERM_DRIVER
#endif
} else {
#ifdef USE_TERM_DRIVER
- termp = (TERMINAL *) typeCalloc(TERMINAL_CONTROL_BLOCK, 1);
+ TERMINAL_CONTROL_BLOCK *my_tcb;
+ my_tcb = typeCalloc(TERMINAL_CONTROL_BLOCK, 1);
+ termp = &(my_tcb->term);
#else
termp = typeCalloc(TERMINAL, 1);
#endif
#else
termp = typeCalloc(TERMINAL, 1);
#endif