[Tux3] [PATCH 06/10] purge_inum() should use buffer->data
Daniel Phillips
phillips at phunq.net
Fri Oct 17 03:39:02 PDT 2008
On Friday 17 October 2008 02:43, OGAWA Hirofumi wrote:
> - err = ileaf_purge(btree, inum, to_ileaf(path[levels].buffer));
> + struct ileaf *ileaf = to_ileaf(path[levels].buffer->data);
> + err = ileaf_purge(btree, inum, ileaf);
Whoops :-)
Daniel
_______________________________________________
Tux3 mailing list
Tux3 at tux3.org
http://tux3.org/cgi-bin/mailman/listinfo/tux3
More information about the Tux3
mailing list