projects
/
pazpar2-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:
3d70db8
)
Comment out unused variable.
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 19 Sep 2012 13:55:13 +0000
(15:55 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 19 Sep 2012 13:55:13 +0000
(15:55 +0200)
src/client.c
patch
|
blob
|
history
diff --git
a/src/client.c
b/src/client.c
index
5a9f6fb
..
b85195f
100644
(file)
--- a/
src/client.c
+++ b/
src/client.c
@@
-833,7
+833,7
@@
void client_start_search(struct client *cl)
const char *sort_strategy_and_spec =
get_strategy_plus_sort(cl, se->sorted_results->field);
int increasing = se->sorted_results->increasing;
- int position = se->sorted_results->position;
+ // int position = se->sorted_results->position;
if (sort_strategy_and_spec && strlen(sort_strategy_and_spec) < 40)
{
char spec[50], *p;