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

Collapse All | Expand All

(-)src/main.cpp.origin (+6 lines)
Lines 1746-1751 Link Here
1746
	//load error log
1746
	//load error log
1747
	error_log.open("logs/main.log");
1747
	error_log.open("logs/main.log");
1748
	
1748
	
1749
	// Gentoo-paths
1750
	if (chdir(DATADIR) < 0) {
1751
		fprintf( stderr, "Cannot open data directory: %s\n", DATADIR);
1752
		Quit( 1 );
1753
	}
1754
1749
	//create trig lookups
1755
	//create trig lookups
1750
	//CreateLookupTable();
1756
	//CreateLookupTable();
1751
	
1757
	

Return to bug 98094