Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/yaz
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Sep 2011 06:46:01 +0000 (08:46 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 8 Sep 2011 06:46:01 +0000 (08:46 +0200)
src/record_conv.c

index c644c7d..0ec4f13 100644 (file)
@@ -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);