Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 250176
Collapse All | Expand All

(-)./src/tty.c.orig (-1 / +1 lines)
Lines 226-232 tty_tgetstr (const char *cap) Link Here
226
    return SLtt_tgetstr (str_unconst (cap));
226
    return SLtt_tgetstr (str_unconst (cap));
227
#else
227
#else
228
    {
228
    {
229
	char *unused;
229
	char *unused = NULL;
230
	return tgetstr (str_unconst (cap), &unused);
230
	return tgetstr (str_unconst (cap), &unused);
231
    }
231
    }
232
#endif
232
#endif

Return to bug 250176