Peter Menzebach wrote: > Example nodelist.c: > len = ofs & (c->wbuf_pagesize - 1) I suppose if you change this on len = ofs % c->wbuf_pagesize; everything should be fine. There is a high chance that this is the only place like this. -- Best Regards, Artem B. Bityuckiy, St.-Petersburg, Russia.