Cosmetic change: use 0 rather than \0 for pointer
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Jun 2015 18:41:29 +0000 (20:41 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 9 Jun 2015 18:41:35 +0000 (20:41 +0200)
src/record_conv.c

index b117340..02eebb6 100644 (file)
@@ -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 + 1] = qvalue;
         no_parms++;
     }
-
-    info->xsl_parms[2 * no_parms] = '\0';
+    info->xsl_parms[2 * no_parms] = 0;
 
     if (!stylesheet)
     {
 
     if (!stylesheet)
     {