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

(-)lammps-9Jan09-orig/lib/poems/poemstree.h (-1 / +1 lines)
Lines 180-186 int Tree::Find(int& item) Link Here
180
	if (current != NULL)
180
	if (current != NULL)
181
	{
181
	{
182
		item = current->data;
182
		item = current->data;
183
		return (int)current->GetAuxData();
183
		return (int)(intptr_t)current->GetAuxData();
184
	}
184
	}
185
	else
185
	else
186
		// item not found in the tree. return False
186
		// item not found in the tree. return False

Return to bug 257397