Added RTF version of YAZ doc
[yaz-moved-to-github.git] / odr / odr.c
index d5b0ce5..1dbbda6 100644 (file)
--- a/odr/odr.c
+++ b/odr/odr.c
@@ -4,7 +4,15 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: odr.c,v $
- * Revision 1.22  1996-10-08 12:58:17  adam
+ * Revision 1.24  1997-09-01 08:51:07  adam
+ * New windows NT/95 port using MSV5.0. Had to avoid a few static
+ * variables used in function ber_tag. These are now part of the
+ * ODR structure.
+ *
+ * Revision 1.23  1997/04/30 08:52:10  quinn
+ * Null
+ *
+ * Revision 1.22  1996/10/08  12:58:17  adam
  * New ODR function, odr_choice_enable_bias, to control behaviour of
  * odr_choice_bias.
  *
@@ -134,6 +142,7 @@ ODR odr_createmem(int direction)
     r->buflen = 0;
     r->mem = nmem_create();
     r->enable_bias = 1;
+    r->odr_ber_tag.lclass = -1;
     odr_reset(r);
     return r;
 }