X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Felementset.c;h=901f2763f7fbd4938a06bb1beedf260221338596;hb=5bc2ee09e4dff0f872ce738a5327bced915e3474;hp=07400c756c124a7f7f5f5c529641e49e8b782b72;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c;p=yaz-moved-to-github.git diff --git a/src/elementset.c b/src/elementset.c index 07400c7..901f276 100644 --- a/src/elementset.c +++ b/src/elementset.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ /** @@ -33,7 +33,7 @@ void yaz_set_esn(Z_RecordComposition **comp_p, const char *esn, NMEM nmem) { Z_RecordComposition *comp = (Z_RecordComposition *) nmem_malloc(nmem, sizeof(*comp)); - + comp->which = Z_RecordComp_simple; comp->u.simple = (Z_ElementSetNames *) nmem_malloc(nmem, sizeof(*comp->u.simple));