summaryrefslogtreecommitdiff
path: root/src/pkt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkt.c')
-rw-r--r--src/pkt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkt.c b/src/pkt.c
index a167866bd..9b5a777b5 100644
--- a/src/pkt.c
+++ b/src/pkt.c
@@ -155,7 +155,7 @@ static ssize_t parse_len(const char *line)
{
char num[PKT_LEN_SIZE + 1];
int i, error;
- long len;
+ int len;
const char *num_end;
memcpy(num, line, PKT_LEN_SIZE);