yes another fix (from margo?) via Christoph Badura <bad@flatlin.ka.sub.org>
This commit is contained in:
parent
1dc23573cc
commit
23f01fa004
@ -80,7 +80,7 @@
|
|||||||
#define FREESPACE(P) ((P)[(P)[0]+1])
|
#define FREESPACE(P) ((P)[(P)[0]+1])
|
||||||
#define OFFSET(P) ((P)[(P)[0]+2])
|
#define OFFSET(P) ((P)[(P)[0]+2])
|
||||||
#define PAIRFITS(P,K,D) \
|
#define PAIRFITS(P,K,D) \
|
||||||
(((P)[1] >= REAL_KEY) && \
|
(((P)[2] >= REAL_KEY) && \
|
||||||
(PAIRSIZE((K),(D)) + OVFLSIZE) <= FREESPACE((P)))
|
(PAIRSIZE((K),(D)) + OVFLSIZE) <= FREESPACE((P)))
|
||||||
#define PAGE_META(N) (((N)+3) * sizeof(u_short))
|
#define PAGE_META(N) (((N)+3) * sizeof(u_short))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user