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

Collapse All | Expand All

(-)fs.c.orig (-1 / +1 lines)
Lines 946-952 Link Here
946
946
947
	fs_mempool = Mem_AllocPool("file management", 0, NULL);
947
	fs_mempool = Mem_AllocPool("file management", 0, NULL);
948
948
949
	strcpy(fs_basedir, ".");
949
	strncpy(fs_basedir, "GAMES_DATADIR", MAX_OSPATH);
950
	strcpy(fs_gamedir, "");
950
	strcpy(fs_gamedir, "");
951
951
952
#ifdef MACOSX
952
#ifdef MACOSX

Return to bug 94764