File 73045.diff of Package wvstreams
--- ./include/wvscatterhash.h.orig 2005-03-17 13:05:56.000000000 +0000
+++ ./include/wvscatterhash.h 2005-03-17 13:21:09.000000000 +0000
@@ -148,7 +151,10 @@
{ _add((void *)data, hash(data), auto_free); }
void remove(const T *data)
- { _remove(Accessor::get_key(data), hash(data)); }
+ {
+ // _remove(Accessor::get_key(data), hash(data));
+ _remove(data, hash(data));
+ }
void set_autofree(const T *data, bool auto_free)
{ _set_autofree(Accessor::get_key(data), hash(data), auto_free); }