X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Fsnippet.c;h=98f1206bf92e0f4c151aaf03d767df4c3d402de9;hp=9be51e97c6fae946aad820aae4f877a65ff7750c;hb=11d386bdb7b6b4a9bba10da749a5770b509c1fbd;hpb=6a0f9234f945bc4956e2bcef75f715661a9eba9a diff --git a/util/snippet.c b/util/snippet.c index 9be51e9..98f1206 100644 --- a/util/snippet.c +++ b/util/snippet.c @@ -1,5 +1,5 @@ /* This file is part of the Zebra server. - Copyright (C) 1994-2009 Index Data + Copyright (C) 1994-2011 Index Data Zebra is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -17,6 +17,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#if HAVE_CONFIG_H +#include +#endif #include #include #include @@ -219,11 +222,6 @@ const struct zebra_snippet_word *zebra_snippets_lookup( for (hit_w = zebra_snippets_constlist(hit); hit_w; hit_w = hit_w->next) { const zebra_snippet_word *doc_w; - doc_w = zebra_snippets_constlist(doc); - if (!doc_w) - { - yaz_log(YLOG_WARN, "zebra_snippets_constlist returns 0"); - } for (doc_w = zebra_snippets_constlist(doc); doc_w; doc_w = doc_w->next) { if (doc_w->ord == hit_w->ord && doc_w->seqno == hit_w->seqno