Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 105780 | Differences between
and this patch

Collapse All | Expand All

(-)trunk/launcher/main.c (-2 / +2 lines)
Lines 59-66 Link Here
59
59
60
static char *Sys_SearchCommand (const char *filename)
60
static char *Sys_SearchCommand (const char *filename)
61
{
61
{
62
	static char	pathname[MAX_OSPATH];
62
	static char	pathname[PATH_MAX];
63
	char	buff[MAX_OSPATH];
63
	char	buff[PATH_MAX];
64
	char	*path;
64
	char	*path;
65
	size_t		m, n;
65
	size_t		m, n;
66
66

Return to bug 105780