From 5e758b60195c4115994972066dbeed7529a83cc9 Mon Sep 17 00:00:00 2001 From: Sebastian Hammer Date: Mon, 8 May 2006 16:58:25 +0000 Subject: [PATCH] Calling exsltRegisterAll instead of exsltDynRegister --- src/record_conv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 1.7.10.4