X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Frecord_conv.c;h=d039c5124237c3ebd932368c5017762ec74c4779;hb=d1ea8fe378111656d531fb426eaa10f57d56f29f;hp=c644c7d0d4ec8e71fc0fc8905aa03a8faeadda51;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;p=yaz-moved-to-github.git diff --git a/src/record_conv.c b/src/record_conv.c index c644c7d..d039c51 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-2011 Index Data + * Copyright (C) 1995-2012 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);