projects
/
yaz-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:
c92a1e7
)
Changed type to avoid warning
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 24 Dec 2008 00:15:11 +0000
(
01:15
+0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 24 Dec 2008 00:15:11 +0000
(
01:15
+0100)
src/seshigh.c
patch
|
blob
|
history
diff --git
a/src/seshigh.c
b/src/seshigh.c
index
9edcb2e
..
5528325
100644
(file)
--- a/
src/seshigh.c
+++ b/
src/seshigh.c
@@
-1710,7
+1710,7
@@
static void process_http_request(association *assoc, request *req)
}
else
{
- int content_size = 0;
+ size_t content_size = 0;
char *content_buf = read_file(hreq->path+1, o, &content_size);
if (!content_buf)
{