X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Ftinfo%2Flib_setup.c;h=2d182622d100c86d90df7901f567246eb09529c6;hp=c32887d490daa94ca953d8eb4a76258547c6c8fc;hb=a924c24b2535cccdc0f5f991cd8ddcadcfa1f0d2;hpb=3eda6f30a84d53844d2ebceadb457e2e7e9cfbf3 diff --git a/ncurses/tinfo/lib_setup.c b/ncurses/tinfo/lib_setup.c index c32887d4..2d182622 100644 --- a/ncurses/tinfo/lib_setup.c +++ b/ncurses/tinfo/lib_setup.c @@ -48,7 +48,7 @@ #include #endif -MODULE_ID("$Id: lib_setup.c,v 1.173 2017/04/01 13:48:38 tom Exp $") +MODULE_ID("$Id: lib_setup.c,v 1.174 2017/04/02 14:26:18 tom Exp $") /**************************************************************************** * @@ -825,7 +825,7 @@ new_prescr(void) T((T_CALLED("new_prescr()"))); sp = _nc_alloc_screen_sp(); - T(("_nc_alloc_screen_sp %p", sp)); + T(("_nc_alloc_screen_sp %p", (void *) sp)); if (sp != 0) { sp->rsp = sp->rippedoff; sp->_filtered = _nc_prescreen.filter_mode;