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:
3cc9c26
)
Remove unused variable (dst_buf)
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 11 Dec 2006 17:08:03 +0000
(17:08 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 11 Dec 2006 17:08:03 +0000
(17:08 +0000)
index/extract.c
patch
|
blob
|
history
diff --git
a/index/extract.c
b/index/extract.c
index
903b7c5
..
665640e
100644
(file)
--- a/
index/extract.c
+++ b/
index/extract.c
@@
-1,4
+1,4
@@
-/* $Id: extract.c,v 1.244 2006-12-05 08:14:47 adam Exp $
+/* $Id: extract.c,v 1.245 2006-12-11 17:08:03 adam Exp $
Copyright (C) 1995-2006
Index Data ApS
@@
-1064,8
+1064,7
@@
ZEBRA_RES zebra_rec_keys_to_snippets(ZebraHandle zh,
struct it_key key;
while (zebra_rec_keys_read(reckeys, &str, &slen, &key))
{
- char dst_buf[IT_MAX_WORD];
- char *dst_term = dst_buf;
+ char *dst_term = 0;
int ord;
zint seqno;
int index_type;