--- ./server/sv_sys_unix.c.orig Tue Jul 18 00:34:46 2006 +++ ./server/sv_sys_unix.c Sat Sep 2 18:41:11 2006 @@ -807,18 +807,15 @@ void *(*GetGameAPI)(void *); char name[MAX_OSPATH]; - char curpath[MAX_OSPATH]; char *searchpath; - const char *gamename = "gamei386.so"; + const char *gamename = "game.so"; void *ret; - getcwd(curpath, sizeof(curpath)); - searchpath = 0; while((searchpath = COM_NextPath(searchpath))) { - sprintf (name, "%s/%s/%s", curpath, searchpath, gamename); + sprintf (name, "%s/%s", searchpath, gamename); game_library = dlopen (name, RTLD_LAZY ); if (game_library) { el='vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports' title='freebsd-ports Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/korean/stardict2-dict-kr
Commit message (Expand)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Reset relaxbsd@gmail.com due to maintainer-timeouts.linimon2008-03-021-1/+1
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-251-1/+3
* - Change maintainer addressbeech2007-07-051-3/+3