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

Collapse All | Expand All

(-)linux/wulformanager.cc (-1 / +3 lines)
Lines 211-216 Link Here
211
}
211
}
212
212
213
string WulforManager::getPath() {
213
string WulforManager::getPath() {
214
	string ret = br_extract_dir(SELFPATH);
214
	string ret = _PREFIX;
215
	ret += "/lib/dcpp";
216
	dcdebug("getPath() -> %s\n", ret.c_str());
215
	return ret;
217
	return ret;
216
}
218
}

Return to bug 102733