Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 96249
Collapse All | Expand All

(-)src/clparse.c.origin (+7 lines)
Lines 56-61 Link Here
56
	pXor = xorString(cl);
56
	pXor = xorString(cl);
57
	sprintf(cl2,"%s%s","-",cl);
57
	sprintf(cl2,"%s%s","-",cl);
58
58
59
	// paths Gentoo
60
	resSetBaseDir("DATADIR");
61
	if (_chdir("DATADIR") != 0)
62
	{
63
		DBERROR(("Path not found: DATADIR \n"));
64
	}
65
				
59
	/* loop through command line */
66
	/* loop through command line */
60
	for( i = 1; i < argc; ++i) {
67
	for( i = 1; i < argc; ++i) {
61
		tokenType = argv[i];
68
		tokenType = argv[i];

Return to bug 96249