projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe75bce
)
Calling exsltRegisterAll instead of exsltDynRegister
author
Sebastian Hammer
<quinn@indexdata.com>
Mon, 8 May 2006 16:58:25 +0000
(16:58 +0000)
committer
Sebastian Hammer
<quinn@indexdata.com>
Mon, 8 May 2006 16:58:25 +0000
(16:58 +0000)
src/record_conv.c
patch
|
blob
|
history
diff --git
a/src/record_conv.c
b/src/record_conv.c
index
9cb2e4c
..
bf32f62
100644
(file)
--- 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;