X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=odr%2Fodr.c;h=d5b0ce5401f150726eca4928c04e3deb9dd28000;hb=7436fd1fdf0ca6d2c5c68d9cc0cd57f53d9c8e12;hp=301f15144604aa24fd3e388649e6f0aa70637e59;hpb=78909a91319d7274a6c0f896d25c909d071742aa;p=yaz-moved-to-github.git diff --git a/odr/odr.c b/odr/odr.c index 301f151..d5b0ce5 100644 --- a/odr/odr.c +++ b/odr/odr.c @@ -4,7 +4,11 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: odr.c,v $ - * Revision 1.21 1996-07-26 13:38:19 quinn + * Revision 1.22 1996-10-08 12:58:17 adam + * New ODR function, odr_choice_enable_bias, to control behaviour of + * odr_choice_bias. + * + * Revision 1.21 1996/07/26 13:38:19 quinn * Various smaller things. Gathered header-files. * * Revision 1.20 1995/11/08 17:41:32 quinn @@ -129,6 +133,7 @@ ODR odr_createmem(int direction) r->ecb.can_grow = 1; r->buflen = 0; r->mem = nmem_create(); + r->enable_bias = 1; odr_reset(r); return r; }