Added --with-yc option to configure. For the data1_node in data1.h:
[yaz-moved-to-github.git] / retrieval / d1_prtree.c
index 445c507..053684f 100644 (file)
@@ -4,7 +4,12 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: d1_prtree.c,v $
- * Revision 1.3  1998-02-27 14:05:34  adam
+ * Revision 1.4  1998-05-18 13:07:06  adam
+ * Changed the way attribute sets are handled by the retriaval module.
+ * Extended Explain conversion / schema.
+ * Modified server and client to work with ASN.1 compiled protocol handlers.
+ *
+ * Revision 1.3  1998/02/27 14:05:34  adam
  * Added printing of integer nodes.
  *
  * Revision 1.2  1997/11/06 11:36:44  adam
@@ -46,7 +51,7 @@ static void pr_tree (data1_handle dh, data1_node *n, FILE *out, int level)
              fprintf (out, "num %.*s\n", n->u.data.len, n->u.data.data);
              break;
          case DATA1I_oid:
-             fprintf (out, "oid\n");
+             fprintf (out, "oid %.*s\n", n->u.data.len, n->u.data.data);
              break;
          default:
              fprintf (out, "unknown(%d)\n", n->u.data.what);