X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_record_conv.c;h=a00ac9e67705abde9c2da197d72bb7c14f8dce82;hp=3cb5bfd6ae41d1c69231c2af3bc35c742d6b522a;hb=22c19c698f72ce5328ea6d5d685c019be92d24d3;hpb=4c1a14ddb2c650b935bc8dff4dc3f8a98ff7531c diff --git a/test/test_record_conv.c b/test/test_record_conv.c index 3cb5bfd..a00ac9e 100644 --- a/test/test_record_conv.c +++ b/test/test_record_conv.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ #if HAVE_CONFIG_H @@ -504,7 +504,7 @@ static void tst_convert3(void) Z_OPACRecord *opac = 0; yaz_marc_t mt = yaz_marc_create(); ret = yaz_xml_to_opac(mt, opacxml_rec, strlen(opacxml_rec), - &opac, 0 /* iconv */, nmem); + &opac, 0 /* iconv */, nmem, 0); YAZ_CHECK(ret); YAZ_CHECK(opac);