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:
23a23a6
)
re-add pointer cast
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 4 Nov 2011 12:17:53 +0000
(13:17 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 4 Nov 2011 12:17:53 +0000
(13:17 +0100)
src/http_command.c
patch
|
blob
|
history
diff --git
a/src/http_command.c
b/src/http_command.c
index
1d1f48a
..
3723fbe
100644
(file)
--- a/
src/http_command.c
+++ b/
src/http_command.c
@@
-534,7
+534,7
@@
static void termlist_response(struct http_channel *c)
static void termlist_result_ready(void *data)
{
- struct http_channel *c = (struct http_channel) data;
+ struct http_channel *c = (struct http_channel *) data;
yaz_log(c->http_sessions->log_level, "termlist watch released");
termlist_response(c);
}