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:
553e10d
)
assert on NULL ptr fror zebra_maps_is_icu
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 24 Jan 2008 16:13:12 +0000
(16:13 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 24 Jan 2008 16:13:12 +0000
(16:13 +0000)
util/zebramap.c
patch
|
blob
|
history
diff --git
a/util/zebramap.c
b/util/zebramap.c
index
67613ec
..
f462ef9
100644
(file)
--- a/
util/zebramap.c
+++ b/
util/zebramap.c
@@
-1,4
+1,4
@@
-/* $Id: zebramap.c,v 1.77 2007-12-20 19:05:12 adam Exp $
+/* $Id: zebramap.c,v 1.78 2008-01-24 16:13:12 adam Exp $
Copyright (C) 1995-2007
Index Data ApS
@@
-731,6
+731,7
@@
int zebra_map_tokenize_start(zebra_map_t zm,
int zebra_maps_is_icu(zebra_map_t zm)
{
+ assert(zm);
#if YAZ_HAVE_ICU
return zm->use_chain;
#else