projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb2e3cd
)
Cosmetic change: use 0 rather than \0 for pointer
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 9 Jun 2015 18:41:29 +0000
(20:41 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 9 Jun 2015 18:41:35 +0000
(20:41 +0200)
src/record_conv.c
patch
|
blob
|
history
diff --git
a/src/record_conv.c
b/src/record_conv.c
index
b117340
..
02eebb6
100644
(file)
--- 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)
{