From: Adam Dickmeiss Date: Tue, 9 Jun 2015 18:41:29 +0000 (+0200) Subject: Cosmetic change: use 0 rather than \0 for pointer X-Git-Tag: v5.14.1~2 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=1cb13d30835efee957d72558d419e78de9804e8b Cosmetic change: use 0 rather than \0 for pointer --- diff --git a/src/record_conv.c b/src/record_conv.c index b117340..02eebb6 100644 --- a/src/record_conv.c +++ b/src/record_conv.c @@ -190,8 +190,7 @@ static void *construct_xslt(const xmlNode *ptr, info->xsl_parms[2 * no_parms + 1] = qvalue; no_parms++; } - - info->xsl_parms[2 * no_parms] = '\0'; + info->xsl_parms[2 * no_parms] = 0; if (!stylesheet) {