X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frecord_conv.c;h=0ec4f13607f46d56c85e5592d09323b8d84270ba;hb=828e4c72181fb748b1f12072351f4cd3e5be4dd5;hp=9da5a448ea9f4950b596e56eb102c2c8b74535cd;hpb=8a3b23f59f0d6558128f35b0973e08ec933fc012;p=yaz-moved-to-github.git diff --git a/src/record_conv.c b/src/record_conv.c index 9da5a44..0ec4f13 100644 --- a/src/record_conv.c +++ b/src/record_conv.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2011 Index Data * See the file LICENSE for details. */ /** @@ -177,7 +177,7 @@ static int conv_xslt(yaz_record_conv_t p, const xmlNode *ptr) { wrbuf_printf(p->wr_error, "Element :" " could not locate stylesheet '%s'", - stylesheet, fullpath); + stylesheet, stylesheet); if (p->path) wrbuf_printf(p->wr_error, " with path '%s'", p->path);