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:
6f1d595
)
Minor change.
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 29 Sep 1997 09:07:29 +0000
(09:07 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 29 Sep 1997 09:07:29 +0000
(09:07 +0000)
index/trunc.c
patch
|
blob
|
history
diff --git
a/index/trunc.c
b/index/trunc.c
index
531a9c6
..
5acc72d
100644
(file)
--- a/
index/trunc.c
+++ b/
index/trunc.c
@@
-1,10
+1,13
@@
/*
/*
- * Copyright (C) 1994-1996, Index Data I/S
+ * Copyright (C) 1994-1997, Index Data I/S
* All rights reserved.
* Sebastian Hammer, Adam Dickmeiss
*
* $Log: trunc.c,v $
* All rights reserved.
* Sebastian Hammer, Adam Dickmeiss
*
* $Log: trunc.c,v $
- * Revision 1.6 1997-09-22 12:39:06 adam
+ * Revision 1.7 1997-09-29 09:07:29 adam
+ * Minor change.
+ *
+ * Revision 1.6 1997/09/22 12:39:06 adam
* Added get_pos method for the ranked result sets.
*
* Revision 1.5 1997/09/17 12:19:17 adam
* Added get_pos method for the ranked result sets.
*
* Revision 1.5 1997/09/17 12:19:17 adam
@@
-103,9
+106,9
@@
static void heap_insert (struct trunc_info *ti, const char *buf, int indx)
}
}
}
}
-static
-struct trunc_info *heap_init (int size, int key_size,
- int (*cmp)(const void *p1, const void *p2))
+static struct trunc_info *heap_init (int size, int key_size,
+ int (*cmp)(const void *p1,
+ const void *p2))
{
struct trunc_info *ti = xmalloc (sizeof(*ti));
int i;
{
struct trunc_info *ti = xmalloc (sizeof(*ti));
int i;