aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gmid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.h b/gmid.h
index 2dc1ba1..c179f8a 100644
--- a/gmid.h
+++ b/gmid.h
@@ -302,7 +302,7 @@ struct proxy_protocol_v1 {
struct buflayer {
char data[BUFLAYER_MAX];
size_t len;
- ssize_t read_pos;
+ size_t read_pos;
int has_tail;
};