X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=isamb%2Fisamb.c;h=c46246a5f35943411455fa75ea2b468138adc9d4;hb=9f8807e43ac456d96e56bd6a4d1c2edcf1851ba7;hp=1bf6389d44f1da38210ecd445558e4332ae8baba;hpb=39b9f004ecc7242730ef003f387a16c50dac33f0;p=idzebra-moved-to-github.git diff --git a/isamb/isamb.c b/isamb/isamb.c index 1bf6389..c46246a 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1,4 +1,4 @@ -/* $Id: isamb.c,v 1.36 2004-06-02 12:30:32 adam Exp $ +/* $Id: isamb.c,v 1.37 2004-06-02 14:07:01 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -1149,12 +1149,12 @@ int isamb_pp_forward (ISAMB_PP pp, void *buf, const void *untilbuf) * if cmp * return 1 */ - /* - * The upper nodes consist of a sequence of nodenumbers and keys - * When opening a block, the first node number is read in, and - * offset points to the first key, which is the upper limit of keys - * in the node just read. - */ + /* + * The upper nodes consist of a sequence of nodenumbers and keys + * When opening a block, the first node number is read in, and + * offset points to the first key, which is the upper limit of keys + * in the node just read. + */ char *dst = buf; char *src; struct ISAMB_block *p = pp->block[pp->level];