Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2e59e7
)
htparser: Fixed bad size_t.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 18 May 2016 03:04:44 +0000
(
05:04
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 18 May 2016 03:04:44 +0000
(
05:04
+0200)
src/htparser.c
patch
|
blob
|
blame
|
history
diff --git
a/src/htparser.c
b/src/htparser.c
index
bb23539
..
a738e25
100644
(file)
--- a/
src/htparser.c
+++ b/
src/htparser.c
@@
-152,7
+152,7
@@
static off_t passdata(struct bufio *in, struct bufio *out, off_t max)
static int recvchunks(struct bufio *in, struct bufio *out)
{
- size_t read, chlen;
+ s
s
ize_t read, chlen;
int c, r;
while(1) {