K 10 svn:author V 5 peter K 8 svn:date V 27 2000-07-18T06:08:27.000000Z K 7 svn:log V 357 Patch up some bogons in the resource_find() vs resource_find_hard() interfaces. The original resource_find() returned a pointer to an internal resource table entry. resource_find_hard() dereferences the actual passed in value (oops!) - effectively trashing random memory due to the pointer being passed in with a random initial value. Submitted by: bde END