blob: 113854e9913dd9dba4db1a45818e1cd6949c4c58 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- imap/http_client.h.orig 2016-04-11 02:02:11 UTC
+++ imap/http_client.h
@@ -57,7 +57,7 @@ struct body_t {
unsigned char framing; /* Message framing */
unsigned char te; /* Transfer-Encoding */
unsigned max; /* Max allowed len */
- ulong len; /* Content-Length */
+ unsigned long len; /* Content-Length */
struct buf payload; /* Payload */
};
|