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:
1518971
)
Fix conv_xslt() error-reporting when stylesheet is not found.
author
Mike Taylor
<mike@indexdata.com>
Wed, 7 Sep 2011 16:46:01 +0000
(17:46 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 7 Sep 2011 16:46:01 +0000
(17:46 +0100)
(The value of fullpath is meaningless in this situation.)
src/record_conv.c
patch
|
blob
|
history
diff --git
a/src/record_conv.c
b/src/record_conv.c
index
c644c7d
..
0ec4f13
100644
(file)
--- a/
src/record_conv.c
+++ b/
src/record_conv.c
@@
-177,7
+177,7
@@
static int conv_xslt(yaz_record_conv_t p, const xmlNode *ptr)
{
wrbuf_printf(p->wr_error, "Element <xslt stylesheet=\"%s\"/>:"
" could not locate stylesheet '%s'",
- stylesheet, fullpath);
+ stylesheet, stylesheet);
if (p->path)
wrbuf_printf(p->wr_error, " with path '%s'", p->path);