projects
/
idzebra-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:
3a0123c
)
Fixed bug #946: Coredump on MARC display.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 6 Mar 2007 08:48:57 +0000
(08:48 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 6 Mar 2007 08:48:57 +0000
(08:48 +0000)
index/mod_dom.c
patch
|
blob
|
history
diff --git
a/index/mod_dom.c
b/index/mod_dom.c
index
a2e83c7
..
d938532
100644
(file)
--- a/
index/mod_dom.c
+++ b/
index/mod_dom.c
@@
-1,5
+1,5
@@
-/* $Id: mod_dom.c,v 1.27 2007-03-05 13:02:11 marc Exp $
+/* $Id: mod_dom.c,v 1.28 2007-03-06 08:48:57 adam Exp $
Copyright (C) 1995-2007
Index Data ApS
@@
-363,7
+363,7
@@
static ZEBRA_RES perform_convert(struct filter_info *tinfo,
*doc = xmlParseMemory((const char *) buf_out, len_out);
/* writing debug info out */
- if (extctr->flagShowRecords)
+ if (extctr && extctr->flagShowRecords)
yaz_log(YLOG_LOG, "%s: XSLT %s\n %.*s",
tinfo->fname ? tinfo->fname : "(none)",
convert->stylesheet,