From 45bfcdc6cfcb7af8b930fe49c43aeadfe5624f20 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 14 Oct 1998 13:31:56 +0000 Subject: [PATCH] Bug fix. Bug introduced by previous commit. --- retrieval/d1_attset.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/retrieval/d1_attset.c b/retrieval/d1_attset.c index 7b580bc..8ee20ad 100644 --- a/retrieval/d1_attset.c +++ b/retrieval/d1_attset.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: d1_attset.c,v $ - * Revision 1.10 1998-10-13 16:09:48 adam + * Revision 1.11 1998-10-14 13:31:56 adam + * Bug fix. Bug introduced by previous commit. + * + * Revision 1.10 1998/10/13 16:09:48 adam * Added support for arbitrary OID's for tagsets, schemas and attribute sets. * Added support for multiple attribute set references and tagset references * from an abstract syntax file. @@ -131,7 +134,7 @@ data1_attset *data1_read_attset(data1_handle dh, const char *file) } else /* parse the string "local{,local}" */ { - char *p = argv[4]; + char *p = argv[3]; data1_local_attribute **ap = &locals; do { -- 1.7.10.4