X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fattribute.c;h=5b5c8866429ed62e85dead2c9b5b9fc71524152b;hb=b8844c65622c12fb105bf7fc6bab2fc237af7c14;hp=e96e57232f5e0b3b81453e6c61d7c1cfe8f9b31b;hpb=f3e73ab63fbc960d863d9c14bab3b9e79c400ffa;p=idzebra-moved-to-github.git diff --git a/index/attribute.c b/index/attribute.c index e96e572..5b5c886 100644 --- a/index/attribute.c +++ b/index/attribute.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: attribute.c,v $ - * Revision 1.2 1995-11-15 19:13:07 adam + * Revision 1.3 1996-05-09 07:28:54 quinn + * Work towards phrases and multiple registers + * + * Revision 1.2 1995/11/15 19:13:07 adam * Work on record management. * * @@ -78,6 +81,6 @@ attent *att_getentbyatt(oid_value set, int att) if (!p) return 0; res.attset_ordinal = r->parent->ordinal; - res.local_attribute = r->local; + res.local_attributes = r->locals; return &res; }