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

Collapse All | Expand All

(-)unix/sys_unix.c.old (-1 / +1 lines)
Lines 240-246 void *Sys_GetGameAPI (void *parms) Link Here
240
		path = FS_NextPath (path);
240
		path = FS_NextPath (path);
241
		if (!path)
241
		if (!path)
242
			return NULL;		// couldn't find one anywhere
242
			return NULL;		// couldn't find one anywhere
243
		sprintf (name, "%s/%s/%s", curpath, path, gamename);
243
		sprintf (name, "%s/%s", path, gamename);
244
		game_library = dlopen (name, RTLD_LAZY );
244
		game_library = dlopen (name, RTLD_LAZY );
245
		if (game_library)
245
		if (game_library)
246
		{
246
		{

Return to bug 140121