X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Frecord_conv.c;h=bf32f62673540865e0e85c05d541fa9146adc312;hp=9cb2e4c8a6d54c0657fc351d8118397e91e971ff;hb=5e758b60195c4115994972066dbeed7529a83cc9;hpb=fe75bce77d280de03589a9bca7e40f3c0ef79817 diff --git a/src/record_conv.c b/src/record_conv.c index 9cb2e4c..bf32f62 100644 --- a/src/record_conv.c +++ b/src/record_conv.c @@ -2,7 +2,7 @@ * Copyright (C) 2005-2006, Index Data ApS * See the file LICENSE for details. * - * $Id: record_conv.c,v 1.7 2006-05-08 10:16:47 adam Exp $ + * $Id: record_conv.c,v 1.8 2006-05-08 16:58:25 quinn Exp $ */ /** * \file record_conv.c @@ -113,7 +113,7 @@ yaz_record_conv_t yaz_record_conv_create() p->path = 0; #if HAVE_EXSLT - exsltDynRegister(); + exsltRegisterAll(); #endif yaz_record_conv_reset(p); return p;